I’m using onDragEnd event to persist my data at the end of the DnD.
My problem is when is double click to open the event editor (to add a new event) : When i double click, an empty event is added THEN the event editor is opening.
If i slightly drag during this double click (even 1px) my onDragEnd is called.
When you double click, the light box pop up and at the same time, an green event is added on the calendar. If you click Cancel button, the pop up close and the green event is removed.
It is possible to not add an green event box when you double click on the calendar, but show the lightbox ?
I’m using a custom lightbox. Is there a function to do that ? Or i’ll be forced to modify the core ?