Fixed #2212 - Inline calendar adds autofocus

pull/2213/head
yigitfindikli 2022-02-24 13:48:28 +03:00
parent 8501cd1165
commit 19552c351a
1 changed files with 0 additions and 2 deletions

View File

@ -325,8 +325,6 @@ export default {
this.overlay && this.overlay.setAttribute(this.attributeSelector, '');
if (!this.$attrs.disabled) {
this.initFocusableCell();
if (this.numberOfMonths === 1) {
this.overlay.style.width = DomHandler.getOuterWidth(this.$el) + 'px';
}