fix: compat global-speed extension

This commit is contained in:
starknt
2024-01-11 20:46:03 +08:00
parent e9ebeabc48
commit 0d68dc3bb0

View File

@@ -175,9 +175,9 @@ async function handleClearSearchHistory() {
type="text"
@focus="isFocus = true"
@input="handleInput"
@keyup.enter="navigateToSearchResultPage(keyword)"
@keyup.up.stop="handleKeyUp"
@keyup.down.stop="handleKeyDown"
@keyup.enter.stop.passive="navigateToSearchResultPage(keyword)"
@keyup.up.stop.passive="handleKeyUp"
@keyup.down.stop.passive="handleKeyDown"
@keydown.stop="() => {}"
>
<button