fix: prevent search bar from triggering video player shortcuts

This commit is contained in:
Hakadao
2023-09-11 18:06:49 +08:00
parent cd1a6c9d70
commit b9c5f71bd3

View File

@@ -160,8 +160,8 @@ function handleKeyDown() {
@focus="isFocus = true"
@input="handleInput()"
@keyup.enter="navigateToSearchResultPage(keyword)"
@keyup.up="handleKeyUp"
@keyup.down="handleKeyDown"
@keyup.up.stop="handleKeyUp"
@keyup.down.stop="handleKeyDown"
@keydown.stop="() => {}"
>
<button