This commit is contained in:
Junegunn Choi
2023-05-01 01:55:14 +09:00
parent 88d812fe82
commit fb76893e18
6 changed files with 6 additions and 6 deletions

View File

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