mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 14:45:28 +00:00
fix(calendar): Fix issue when doubleclick creates an event of 2 days after creating an event > 1 days
This commit is contained in:
@@ -240,6 +240,7 @@
|
||||
|
||||
pointerHandler = new SOGoEventDragPointerHandler('double-click');
|
||||
pointerHandler.initFromBlock(block);
|
||||
pointerHandler.currentEventCoordinates.duration = 0;
|
||||
|
||||
// Update Component.$ghost
|
||||
Component.$ghost.pointerHandler = pointerHandler;
|
||||
|
||||
Reference in New Issue
Block a user