From 6f1661494895e08fe68a07835247c1e7febe322a Mon Sep 17 00:00:00 2001 From: yigitfindikli Date: Thu, 24 Feb 2022 13:50:08 +0300 Subject: [PATCH] Revert "Fixed #2212 - Inline calendar adds autofocus" This reverts commit 19552c351ac8d0c2dacafe0c2a09ec3785216210. --- src/components/calendar/Calendar.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index d3994ebfa..a1200dd60 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -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'; }