mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix: enter in search bar doesn't work
This commit is contained in:
parent
d82a93fd0b
commit
4dee577f96
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ export default {
|
|||
},
|
||||
onKeyPress(e) {
|
||||
if (e.key === "Enter") {
|
||||
this.submitSearch();
|
||||
this.submitSearch(e);
|
||||
}
|
||||
},
|
||||
onInputFocus() {
|
||||
|
|
Loading…
Reference in a new issue