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
Describe the bug
Whenever I select a dayStartMinutes value other than '0', the hour labels on the far left shift accordingly. Although the labels still show the start time beginning at '00' minutes, the actual cells are adjusted to reflect the chosen dayStartMinutes value.
Minimal reproduction of the problem with instructions
Screenshots
the shifting of the hours
it is supposed to start at 9:30 but looks like it's starting at 9:00. also the endTime is affected by this shift. it's supposed to end at 17:30 but looks like 17:00
when clicking on the first time slot:
when clicking on the last time slot:
Versions
@angular/core: 18.1.0
angular-calendar: 0.31.1
Browser name and version: Microsoft Edge Version 128.0.2739.42 (Official build) (64-bit)
The text was updated successfully, but these errors were encountered:
Describe the bug
Whenever I select a dayStartMinutes value other than '0', the hour labels on the far left shift accordingly. Although the labels still show the start time beginning at '00' minutes, the actual cells are adjusted to reflect the chosen dayStartMinutes value.
Minimal reproduction of the problem with instructions
Screenshots
the shifting of the hours
it is supposed to start at 9:30 but looks like it's starting at 9:00. also the endTime is affected by this shift. it's supposed to end at 17:30 but looks like 17:00
when clicking on the first time slot:
when clicking on the last time slot:
Versions
@angular/core
: 18.1.0angular-calendar
: 0.31.1The text was updated successfully, but these errors were encountered: