mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-14 06:13:47 -05:00
Fix offset-middle not updating the list
This commit is contained in:
@@ -5486,6 +5486,7 @@ func (t *Terminal) Loop() error {
|
||||
t.scrollOff = t.window.Height()
|
||||
t.constrain()
|
||||
t.scrollOff = soff
|
||||
req(reqList)
|
||||
case actJump:
|
||||
t.jumping = jumpEnabled
|
||||
req(reqJump)
|
||||
|
||||
Reference in New Issue
Block a user