mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 13:30:02 +00:00
parent
66257c87af
commit
c5759b29ca
@ -6,6 +6,8 @@
|
|||||||
[class.text-danger]='state.resultCount == 0',
|
[class.text-danger]='state.resultCount == 0',
|
||||||
(click)='$event.stopPropagation()',
|
(click)='$event.stopPropagation()',
|
||||||
(keyup.enter)='findPrevious()',
|
(keyup.enter)='findPrevious()',
|
||||||
|
(keyup.up)='findPrevious()',
|
||||||
|
(keyup.down)='findPrevious()',
|
||||||
(keyup.esc)='close.emit()',
|
(keyup.esc)='close.emit()',
|
||||||
[placeholder]='"Search"|translate'
|
[placeholder]='"Search"|translate'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user