pull/1533/head
Cagatay Civici 2021-08-27 15:04:50 +03:00
commit 558418030f
1 changed files with 5 additions and 0 deletions

View File

@ -367,6 +367,11 @@ export default {
},
showTime() {
this.updateCurrentMetaData();
},
months() {
if (this.overlay) {
setTimeout(this.updateFocus, 0);
}
}
},
methods: {