mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
fix(explorer.git): dont reset cursor when git status is done updating
This commit is contained in:
parent
ef9b12d680
commit
bc87992e71
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ function M.explorer(opts, ctx)
|
|||
if ctx.picker.closed then
|
||||
return
|
||||
end
|
||||
ctx.picker.list:set_target()
|
||||
ctx.picker:find()
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue