Skip to content

Commit

Permalink
fix(core): build day view grid on specialDaysRule update. (#12548)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpavlenishvili authored Oct 16, 2024
1 parent 7b0f1f9 commit 4884d88
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ export class CalendarDayViewComponent<D> implements OnInit, OnChanges, Focusable
if (changes['startingDayOfWeek']) {
this._refreshShortWeekDays();
}
if (changes['specialDaysRules']) {
this._buildDayViewGrid();
}
}

/**
Expand Down

0 comments on commit 4884d88

Please sign in to comment.