pull/1885/head
Yiğit FINDIKLI 2021-12-07 11:45:25 +03:00
parent 18abb0b2b3
commit 83f0990bf9
1 changed files with 3 additions and 1 deletions

View File

@ -394,7 +394,9 @@ export default {
},
months() {
if (this.overlay) {
setTimeout(this.updateFocus, 0);
if (!this.focused) {
setTimeout(this.updateFocus, 0);
}
}
},
numberOfMonths() {