Skip to content

Commit

Permalink
Fixed #3624 Fixed #3523
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 18, 2023
1 parent 637c010 commit 3628e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2489,7 +2489,7 @@ export default {
cell.tabIndex = '0';
if (!this.inline && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) {
cell.focus();
if (!this.manualInput) cell.focus();
}
this.preventFocus = false;
Expand Down

0 comments on commit 3628e2f

Please sign in to comment.