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