mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-06 15:12:05 -07:00
0.40.0
This commit is contained in:
@@ -937,7 +937,7 @@ func (t *Terminal) UpdateList(merger *Merger, reset bool) {
|
||||
t.selected = make(map[int32]selectedItem)
|
||||
t.version++
|
||||
}
|
||||
if t.hasLoadActions && t.triggerLoad {
|
||||
if t.triggerLoad {
|
||||
t.triggerLoad = false
|
||||
t.eventChan <- tui.Load.AsEvent()
|
||||
}
|
||||
|
Reference in New Issue
Block a user