pull/1885/head
Cagatay Civici 2021-12-07 11:49:27 +03:00
commit a6e71f84a6
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() {