mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-09 16:42:00 -07:00
'reload' action should reset multi-selection
This commit is contained in:
@@ -2047,6 +2047,7 @@ func (t *Terminal) Loop() {
|
||||
command := replacePlaceholder(a.a,
|
||||
t.ansi, t.delimiter, t.printsep, false, string(t.input), list)
|
||||
newCommand = &command
|
||||
t.selected = make(map[int32]selectedItem)
|
||||
}
|
||||
}
|
||||
return true
|
||||
|
Reference in New Issue
Block a user