Skip to content

Commit

Permalink
fix(calendar): Fix issue when doubleclick creates an event of 2 days …
Browse files Browse the repository at this point in the history
…after creating an event > 1 days
  • Loading branch information
WoodySlum committed Mar 11, 2024
1 parent 0cfaa77 commit 7b23342
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@

pointerHandler = new SOGoEventDragPointerHandler('double-click');
pointerHandler.initFromBlock(block);
pointerHandler.currentEventCoordinates.duration = 0;

// Update Component.$ghost
Component.$ghost.pointerHandler = pointerHandler;
Expand Down

0 comments on commit 7b23342

Please sign in to comment.