End of event drag if no changes in time fires no event

Hello,

I’m using the scheduler and while the user is dragging an event, I change a variable of the event itself (I put moved==true), so that while rendering the event, I can show a particular icon.
The problem is that if the user releases the event at the same time as it was originally, then no changes are done and no event are fired for ending7canceling the drag.
So I cannot put back moved variable to false, and the particular icon remains there, even if it should not be shown.

Thank you

Hello,

I don’t know how you do it, but seems not in the onEventDrag handler. This event fires each time when user drags event, even “when the user releases the event at the same time as it was originally”. Try to use this event in your implemetation, I think it should help.