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
{{ message }}
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.
If the user drags a calendar event on the day view, the event will be shown on the previous position for a fraction of a second. Let's say the event starts at 10am and i drag it to 11am, i can see that the event jumps back to 10am and then back to 11am.
my on-event-times-changed handler looks like this:
It's because the calendar resets the position to the original position and then the times are updated in the next digest. I suppose I could change the API to by default alter the event start / end dates, and then instead pass what they used to be and allow you to change them back yourself if you cancelled etc
Yes that would be great. If someone allows drag and resize of an calendar events it's likely that the event should be set to the new startAt and endAt times. Or maybe you can wait for the outcome of the event handler?
If the user drags a calendar event on the day view, the event will be shown on the previous position for a fraction of a second. Let's say the event starts at 10am and i drag it to 11am, i can see that the event jumps back to 10am and then back to 11am.
my on-event-times-changed handler looks like this:
but even if i use the update shown in the documentation, the behavior is the same
I don't know what i could try to make the ui experience more pleasant. Thanks a lot!
The text was updated successfully, but these errors were encountered: