fix(snacks.picker): flash integration

This commit is contained in:
Folke Lemaitre 2025-01-29 23:21:59 +01:00
parent 3de7b24cf6
commit b5cd0d0e27
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -184,7 +184,7 @@ return {
},
action = function(match)
local idx = picker.list:row2idx(match.pos[1])
picker.list:move(idx, true)
picker.list:_move(idx, true, true)
end,
})
end,