diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index a1200dd60..d3994ebfa 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -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'; }