Merge pull request #2892 from BoYuanSu/master

Fixed #2803 inline calendar autofocus when disabledDates changed
pull/2929/head
Tuğçe Küçükoğlu 2022-09-02 16:22:43 +03:00 committed by GitHub
commit a2596c98a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -459,6 +459,9 @@ export default {
months() {
if (this.overlay) {
if (!this.focused) {
if (this.inline) {
this.preventFocus = true
}
setTimeout(this.updateFocus, 0);
}
}