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