mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(picker): make jumping work again...
This commit is contained in:
parent
d216935e97
commit
f40f338d66
3 changed files with 4 additions and 1 deletions
|
@ -53,7 +53,7 @@ function State:follow()
|
|||
return
|
||||
end
|
||||
local picker = self.picker()
|
||||
if not picker or picker:is_focused() or picker.closed then
|
||||
if not picker or picker:is_focused() or picker.closed or picker.jumping then
|
||||
return
|
||||
end
|
||||
local buf = vim.api.nvim_get_current_buf()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue