diff --git a/components/calendar/Calendar.vue b/components/calendar/Calendar.vue index b35803717..e17b8843d 100755 --- a/components/calendar/Calendar.vue +++ b/components/calendar/Calendar.vue @@ -2503,7 +2503,7 @@ export default { if (cell) { cell.tabIndex = '0'; - if (!this.preventFocus && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) { + if (!this.inline && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) { cell.focus(); }