Browse Source

fix search hotkey (#10371)

Eugene 11 months ago
parent
commit
7b942c4e28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tabby-terminal/src/components/searchPanel.component.pug

+ 1 - 1
tabby-terminal/src/components/searchPanel.component.pug

@@ -7,7 +7,7 @@
         (click)='$event.stopPropagation()',
         (keyup.enter)='findPrevious()',
         (keyup.up)='findPrevious()',
-        (keyup.down)='findPrevious()',
+        (keyup.down)='findNext()',
         (keyup.esc)='close.emit()',
         [placeholder]='"Search"|translate'
     )