diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 21023054..b5dd3742 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -175,7 +175,7 @@ export default { }, onKeyPress(e) { if (e.key === "Enter") { - this.submitSearch(); + this.submitSearch(e); } }, onInputFocus() {