mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-15 14:53:47 -05: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