mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-10 09:02:01 -07:00
Fix regression of select-all
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user