fix(explorer.git): dont reset cursor when git status is done updating

This commit is contained in:
Folke Lemaitre 2025-02-04 18:56:48 +01:00
parent ef9b12d680
commit bc87992e71
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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,
})