From e1a2cecce409cb236d5aa4bf375bfe2bea49b7c9 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 5 Jul 2021 09:57:38 +0800 Subject: [PATCH] fix(webui): clear searchbox results on blur --- komga-webui/src/components/SearchBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga-webui/src/components/SearchBox.vue b/komga-webui/src/components/SearchBox.vue index 70568ea32..a6e15fc8e 100644 --- a/komga-webui/src/components/SearchBox.vue +++ b/komga-webui/src/components/SearchBox.vue @@ -19,6 +19,7 @@ :search-input.sync="search" :menu-props="{maxHeight: $vuetify.breakpoint.height * .9, minWidth: $vuetify.breakpoint.mdAndUp ? $vuetify.breakpoint.width * .4 : $vuetify.breakpoint.width * .8}" @keydown.esc="clear" + @blur="clear" ref="searchbox" >