Clear search input on close

This commit is contained in:
Max Leiter 2021-11-18 13:31:01 -08:00
parent 58110189fe
commit c439e51617
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -114,6 +114,7 @@ export default {
methods: {
closeSearch() {
if (!this.onSearchPage) {
this.searchInput = "";
this.searchOpened = false;
}
},