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
Scheduler events that end with an added second or millisecond display incorrectly when [slotDivisions]="1". For example, an event ending at 13:00:00.001 is treated as part of the 13:00–14:00 slot. The event then gets a shorter width, as if another event occupies the next slot, even though there is no overlapping event, and it should display at normal width.
Steps To Reproduce
Open the following example and click one of the buttons to add a second or a millisecond to the Client Meeting event and observe how the event width becomes smaller.