fix search hotkey (#10371)

This commit is contained in:
Eugene 2025-03-28 15:29:24 +01:00
parent c5759b29ca
commit 7b942c4e28
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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'
) )