Revert "Fixed #2212 - Inline calendar adds autofocus"
This reverts commit 19552c351a
.
pull/2213/head
parent
19552c351a
commit
6f16614948
|
@ -325,6 +325,8 @@ 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';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue