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
@billyjov not sure how to stackblitz this. But if you look at line 1348 of CalendarWeekViewComponent you see it is used in a minute context. While the docs say it is in pixels
Describe the bug
The documentation of
minimumEventHeight
in the week view says it is the height in pixels. However it should be in minutes.Or if it should be pixels than the
getTimeEventResizedDates
method uses it as minutes on line 1.348.Minimal reproduction of the problem with instructions
When using it as pixels, when they are not the same as the minute size resizing goes wrong
Versions
angular calendar 0.31.0
The text was updated successfully, but these errors were encountered: