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