mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-09 05:50:08 +00:00
fix search hotkey (#10371)
This commit is contained in:
parent
c5759b29ca
commit
7b942c4e28
@ -7,7 +7,7 @@
|
||||
(click)='$event.stopPropagation()',
|
||||
(keyup.enter)='findPrevious()',
|
||||
(keyup.up)='findPrevious()',
|
||||
(keyup.down)='findPrevious()',
|
||||
(keyup.down)='findNext()',
|
||||
(keyup.esc)='close.emit()',
|
||||
[placeholder]='"Search"|translate'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user