pull/4847/head
tugcekucukoglu 2023-11-20 11:00:20 +03:00
parent 08b31ea2cc
commit 2afca20d5b
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ export default {
query.addEventListener('change', () => { query.addEventListener('change', () => {
this.queryMatches = query.matches; this.queryMatches = query.matches;
this.mobileActive = false;
}); });
}, },
beforeUnmount() { beforeUnmount() {