Skip to content

Commit

Permalink
Refactor #1802
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 24, 2021
1 parent 8d4e59b commit effa840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ export default {
}
else {
let nextMonthContainer = this.$refs.overlay.children[groupIndex + 1];
let focusCell = DomHandler.findSingle(nextMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink');
let focusCell = DomHandler.findSingle(nextMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
focusCell.tabIndex = '0';
focusCell.focus();
}
Expand Down

0 comments on commit effa840

Please sign in to comment.