fix(client): unresponsive back button with empty input in search box

pull/2566/head
Ciki Momogi 3 years ago
parent 24abc7c6bd
commit fd7960f459
No known key found for this signature in database
GPG Key ID: A828F4EE30EA3185

@ -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