diff options
Diffstat (limited to 'lua/telescope/pickers.lua')
| -rw-r--r-- | lua/telescope/pickers.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index 11fa2fa..7dbe8a0 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -385,6 +385,7 @@ function Picker:find() while true do -- Wait for the next input rx.last() + await_schedule() self:_reset_track() @@ -1125,6 +1126,10 @@ function pickers.on_close_prompt(prompt_bufnr) picker.previewer:teardown() end + if picker.finder then + picker.finder:close() + end + picker.close_windows(status) end |
