mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-06 06:54:56 +00:00
@@ -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'
|
||||
)
|
||||
|
Reference in New Issue
Block a user