mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
parent
81fc3c66c6
commit
47ca3453c3
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ export default {
|
|||
methods: {
|
||||
onKeyUp(e) {
|
||||
if (e.key === "Enter") {
|
||||
e.target.blur();
|
||||
this.$router.push({
|
||||
name: "SearchResults",
|
||||
query: { search_query: this.searchText },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue