mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
fix(picker): stopinsert again
This commit is contained in:
parent
95bfaf1cb0
commit
2250c57529
1 changed files with 1 additions and 1 deletions
|
@ -464,10 +464,10 @@ end
|
|||
|
||||
--- Close the picker
|
||||
function M:close()
|
||||
self.input:stopinsert()
|
||||
if self.closed then
|
||||
return
|
||||
end
|
||||
self.input:stopinsert()
|
||||
|
||||
self:hist_record(true)
|
||||
self.closed = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue