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