Update src/layouts/schedule-page/schedule-page.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
6b9ea7ca3b
commit
2c7b536344
1 changed files with 1 additions and 0 deletions
|
|
@ -466,6 +466,7 @@ export default {
|
||||||
this.isMobileView = !this.mql.matches;
|
this.isMobileView = !this.mql.matches;
|
||||||
this.mql.addEventListener('change', this.handleMqlChange);
|
this.mql.addEventListener('change', this.handleMqlChange);
|
||||||
this.mainStore.updateIsRecalAcknowledgedForScheduling(false);
|
this.mainStore.updateIsRecalAcknowledgedForScheduling(false);
|
||||||
|
this.isRecalAcknowledged = false;
|
||||||
},
|
},
|
||||||
unmounted() {
|
unmounted() {
|
||||||
if (this.mql) {
|
if (this.mql) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue