fix(theme): unresponsive back button with empty input in search box (#2566)

pull/2494/head
Ciki Momogi 1 year ago committed by GitHub
parent a6de3ef548
commit fa3780f8ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -421,7 +421,7 @@ function formMarkRegex(terms: Set<string>) {
<button
class="back-button"
:title="$t('modal.backButtonTitle')"
@click="selectedIndex > -1 && $emit('close')"
@click="$emit('close')"
>
<svg
width="18"

Loading…
Cancel
Save