From ca3d05d1739f373016d208f3780efed1b9fe8818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Sofuo=C4=9Flu?= Date: Mon, 27 Mar 2023 13:53:24 +0300 Subject: [PATCH] Fixed #3791 --- components/lib/calendar/Calendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index 13626c856..f07f0f2ac 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -637,7 +637,7 @@ export default { updated() { if (this.overlay) { this.preventFocus = true; - this.updateFocus(); + setTimeout(this.updateFocus, 0); } if (this.input && this.selectionStart != null && this.selectionEnd != null) {