Merge pull request #391 from adamharrison/fix-replace-tooltip
Added in additional function to remove tooltip after cancelling replace.
This commit is contained in:
commit
2ea62eee8f
|
@ -87,6 +87,8 @@ local function replace(kind, default, fn)
|
||||||
end, function() end, function()
|
end, function() end, function()
|
||||||
core.status_view:remove_tooltip()
|
core.status_view:remove_tooltip()
|
||||||
end)
|
end)
|
||||||
|
end, function() end, function()
|
||||||
|
core.status_view:remove_tooltip()
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue