diff --git a/src/components/Search.vue b/src/components/Search.vue index 16bc5d18..78087e2c 100644 --- a/src/components/Search.vue +++ b/src/components/Search.vue @@ -95,6 +95,7 @@ export default { onItemSelect() { this.$refs.searchInput.$el.blur(); this.clear(); + this.close(); }, clear() { this.query = "";