Added in additional function to remove tooltip after cancelling replace.

This commit is contained in:
Adam Harrison 2021-08-14 09:11:07 -04:00
parent 0b2bf227a8
commit 5f1e68b824
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