mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 04:32:05 -07:00
Fix ignore action
This commit is contained in:
@@ -717,8 +717,6 @@ func (t *Terminal) Loop() {
|
||||
}
|
||||
switch action {
|
||||
case actIgnore:
|
||||
t.mutex.Unlock()
|
||||
continue
|
||||
case actInvalid:
|
||||
t.mutex.Unlock()
|
||||
continue
|
||||
|
Reference in New Issue
Block a user