Refactors drag and drop handling to use a cloned event element, ensuring correct positioning and styling during drag operations for both regular timed events and all-day events. This change streamlines the drag and drop process by: - Creating a clone of the dragged event at the start of the drag. - Passing the clone through the drag events. - Handling all-day events with the AllDayManager - Handling regular timed events with the EventRendererManager This resolves issues with event positioning and styling during drag, especially when moving events across columns or between all-day and timed sections. |
||
|---|---|---|
| .. | ||
| AllDayEventRenderer.ts | ||
| ColumnRenderer.ts | ||
| EventRenderer.ts | ||
| EventRendererManager.ts | ||
| GridRenderer.ts | ||
| GridStyleManager.ts | ||
| HeaderRenderer.ts | ||
| NavigationRenderer.ts | ||