mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-04-27 17:16:32 +00:00
fix: enter in search bar doesn't work
This commit is contained in:
parent
d82a93fd0b
commit
4dee577f96
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user