diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 7e60e58ce8..40929f2475 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -394,7 +394,9 @@ export default { }, months() { if (this.overlay) { - setTimeout(this.updateFocus, 0); + if (!this.focused) { + setTimeout(this.updateFocus, 0); + } } }, numberOfMonths() {