You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A value given to hourSegmentHeight in mwl-calendar-day-view is not passed to a hourSegmentTemplate and must instead be hard-coded. Default template works because hourSegmentHeight from CalendarDayViewHourSegmentComponent is used directly.
Also, setting a different hourSegmentHeight does not update the default eventSnapSize. Setting the former to 20 leaves the latter at 30.
Minimal reproduction of the problem with instructions
Versions
Angular: 5+
Calendar library: 0.24
Browser name and version: Chrome (current), Firefox (current)
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
Bug description / Feature request
hourSegmentHeight
inmwl-calendar-day-view
is not passed to ahourSegmentTemplate
and must instead be hard-coded. Default template works becausehourSegmentHeight
fromCalendarDayViewHourSegmentComponent
is used directly.hourSegmentHeight
does not update the defaulteventSnapSize
. Setting the former to 20 leaves the latter at 30.Minimal reproduction of the problem with instructions
Versions
Angular: 5+
Calendar library: 0.24
Browser name and version: Chrome (current), Firefox (current)
The text was updated successfully, but these errors were encountered: