mirror of
https://github.com/junegunn/fzf
synced 2024-11-05 00:00:27 +00:00
Fix regression of select-all
This commit is contained in:
parent
73c0a645e0
commit
deccf20a35
@ -1429,7 +1429,7 @@ func (t *Terminal) selectItem(item *Item) bool {
|
||||
return false
|
||||
}
|
||||
if _, found := t.selected[item.Index()]; found {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
t.selected[item.Index()] = selectedItem{time.Now(), item}
|
||||
|
Loading…
Reference in New Issue
Block a user