Skip to content

Commit fa3780f

Browse files
author
Ciki Momogi
authored
fix(theme): unresponsive back button with empty input in search box (#2566)
1 parent a6de3ef commit fa3780f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/theme-default/components/VPLocalSearchBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ function formMarkRegex(terms: Set<string>) {
421421
<button
422422
class="back-button"
423423
:title="$t('modal.backButtonTitle')"
424-
@click="selectedIndex > -1 && $emit('close')"
424+
@click="$emit('close')"
425425
>
426426
<svg
427427
width="18"

0 commit comments

Comments
 (0)