Clear search input on close
This commit is contained in:
parent
58110189fe
commit
c439e51617
@ -114,6 +114,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
closeSearch() {
|
closeSearch() {
|
||||||
if (!this.onSearchPage) {
|
if (!this.onSearchPage) {
|
||||||
|
this.searchInput = "";
|
||||||
this.searchOpened = false;
|
this.searchOpened = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user