Skip to content

Commit

Permalink
fix: do not pass key when filtering is started
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Dec 10, 2021
1 parent 9de224f commit 0626bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tui/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func (ui *UI) keyPressed(key *tcell.EventKey) *tcell.EventKey {
ui.setSorting("mtime")
case '/':
ui.showFilterInput()
return nil
}
return key
}
Expand Down

0 comments on commit 0626bbc

Please sign in to comment.