fix: enter in search bar doesn't work

This commit is contained in:
Bnyro 2023-07-17 10:43:58 +02:00
parent d82a93fd0b
commit 4dee577f96

View File

@ -175,7 +175,7 @@ export default {
}, },
onKeyPress(e) { onKeyPress(e) {
if (e.key === "Enter") { if (e.key === "Enter") {
this.submitSearch(); this.submitSearch(e);
} }
}, },
onInputFocus() { onInputFocus() {