mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
Remove unused method in SearchSuggestions.vue
This commit is contained in:
parent
dc8d061b61
commit
b9c90259e2
@ -73,9 +73,6 @@ export default {
|
||||
this.selected = i;
|
||||
}
|
||||
},
|
||||
onClick(i) {
|
||||
this.setSelected(i);
|
||||
},
|
||||
setSelected(val) {
|
||||
this.selected = val;
|
||||
this.$emit("searchchange", this.searchSuggestions[this.selected]);
|
||||
|
Loading…
Reference in New Issue
Block a user