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