mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-11-29 12:48:15 +00:00
@@ -63,6 +63,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
onKeyUp(e) {
|
onKeyUp(e) {
|
||||||
if (e.key === "Enter") {
|
if (e.key === "Enter") {
|
||||||
|
e.target.blur();
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: "SearchResults",
|
name: "SearchResults",
|
||||||
query: { search_query: this.searchText },
|
query: { search_query: this.searchText },
|
||||||
|
|||||||
Reference in New Issue
Block a user