mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: prevent search bar from triggering video player shortcuts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user