Fixed #1393 - Calendar WCAG Accessibility Issue with Keyboard Navigation

pull/1533/head
mertsincan 2021-08-27 14:55:21 +03:00
parent 1bdf46a22c
commit 2ecc6950ba
1 changed files with 5 additions and 0 deletions

View File

@ -367,6 +367,11 @@ export default {
},
showTime() {
this.updateCurrentMetaData();
},
months() {
if (this.overlay) {
setTimeout(this.updateFocus, 0);
}
}
},
methods: {