Merge pull request #391 from adamharrison/fix-replace-tooltip

Added in additional function to remove tooltip after cancelling replace.
This commit is contained in:
Adam 2021-08-14 09:12:20 -04:00 committed by GitHub
commit 2ea62eee8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ local function replace(kind, default, fn)
end, function() end, function()
core.status_view:remove_tooltip()
end)
end, function() end, function()
core.status_view:remove_tooltip()
end)
end