Skip to content

Commit f99a07b

Browse files
wernervamattlewis92
authored andcommitted
fix(day-view): refresh the view when hourSegments changes
Closes #470
1 parent e0902ef commit f99a07b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/day/calendar-day-view.component.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@ export class CalendarDayViewComponent implements OnChanges, OnInit, OnDestroy {
354354
changes.dayStartHour ||
355355
changes.dayStartMinute ||
356356
changes.dayEndHour ||
357-
changes.dayEndMinute
357+
changes.dayEndMinute ||
358+
changes.hourSegments
358359
) {
359360
this.refreshHourGrid();
360361
}

0 commit comments

Comments
 (0)