Refactor #1825
parent
18abb0b2b3
commit
83f0990bf9
|
@ -394,8 +394,10 @@ export default {
|
||||||
},
|
},
|
||||||
months() {
|
months() {
|
||||||
if (this.overlay) {
|
if (this.overlay) {
|
||||||
|
if (!this.focused) {
|
||||||
setTimeout(this.updateFocus, 0);
|
setTimeout(this.updateFocus, 0);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
numberOfMonths() {
|
numberOfMonths() {
|
||||||
this.destroyResponsiveStyleElement();
|
this.destroyResponsiveStyleElement();
|
||||||
|
|
Loading…
Reference in New Issue