mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-30 19:52:00 -07:00
@@ -19,6 +19,7 @@ CHANGELOG
|
||||
- Fixed mouse support on Windows
|
||||
- zsh 5.0 compatibility (thanks to @LangLangBart)
|
||||
- Fixed `--walker-skip` to also skip symlinks to directories
|
||||
- Fixed `result` event not fired when input stream is not complete
|
||||
|
||||
0.53.0
|
||||
------
|
||||
|
@@ -1253,9 +1253,9 @@ func (t *Terminal) UpdateList(merger *Merger) {
|
||||
t.eventChan <- one
|
||||
}
|
||||
}
|
||||
if t.hasResultActions {
|
||||
t.eventChan <- tui.Result.AsEvent()
|
||||
}
|
||||
}
|
||||
if t.hasResultActions {
|
||||
t.eventChan <- tui.Result.AsEvent()
|
||||
}
|
||||
t.mutex.Unlock()
|
||||
t.reqBox.Set(reqInfo, nil)
|
||||
|
Reference in New Issue
Block a user