Skip to content

Commit ab792af

Browse files
committed
fix: search zoom
1 parent 4e4d64e commit ab792af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/layout/SearchBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const isFetched = computed(() => fetchStatus.value === 'success' || fetchStatus.
5151
icon="i-heroicons-magnifying-glass-20-solid"
5252
autocomplete="off"
5353
class="relative w-64 text-base"
54-
@focus="isSearchBarOpen = true"
54+
@focus.prevent="isSearchBarOpen = true"
5555
>
5656
<template #trailing>
5757
<UButton

0 commit comments

Comments
 (0)