Skip to content

Commit

Permalink
fix(day-view): refresh the view when hourSegments changes
Browse files Browse the repository at this point in the history
Fixes #1032
  • Loading branch information
JaxonWright authored and mattlewis92 committed Jul 13, 2019
1 parent e6c68f2 commit deb6dcf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,8 @@ export class CalendarDayViewComponent implements OnChanges, OnInit, OnDestroy {
changes.dayStartMinute ||
changes.dayEndHour ||
changes.dayEndMinute ||
changes.eventWidth;
changes.eventWidth ||
changes.hourSegments;

if (refreshHourGrid) {
this.refreshHourGrid();
Expand Down

0 comments on commit deb6dcf

Please sign in to comment.