mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Merge pull request #2676 from Bnyro/fix-search-enter
fix: enter in search bar doesn't work
This commit is contained in:
commit
c6eec84438
@ -175,7 +175,7 @@ export default {
|
||||
},
|
||||
onKeyPress(e) {
|
||||
if (e.key === "Enter") {
|
||||
this.submitSearch();
|
||||
this.submitSearch(e);
|
||||
}
|
||||
},
|
||||
onInputFocus() {
|
||||
|
Loading…
Reference in New Issue
Block a user