fix(calendar): Fix issue when doubleclick creates an event of 2 days after creating an event > 1 days

This commit is contained in:
smizrahi
2024-03-11 16:14:22 +01:00
parent 0cfaa7740a
commit 7b233422f5
@@ -240,6 +240,7 @@
pointerHandler = new SOGoEventDragPointerHandler('double-click');
pointerHandler.initFromBlock(block);
pointerHandler.currentEventCoordinates.duration = 0;
// Update Component.$ghost
Component.$ghost.pointerHandler = pointerHandler;