diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index ca50d300..b154e006 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -63,6 +63,7 @@ export default { methods: { onKeyUp(e) { if (e.key === "Enter") { + e.target.blur(); this.$router.push({ name: "SearchResults", query: { search_query: this.searchText },