Addresses an issue where dragging events that are part of a stack could lead to inconsistencies. This change ensures that when an event is dragged and dropped, the other events in the stack are also repositioned correctly. It traverses the stack, removes the related events from their original positions, and re-renders them in the correct column. It also removes stack link data from the dragged element to prevent unexpected behavior. |
||
|---|---|---|
| .. | ||
| ColumnRenderer.ts | ||
| EventRenderer.ts | ||
| EventRendererManager.ts | ||
| GridRenderer.ts | ||
| GridStyleManager.ts | ||
| HeaderRenderer.ts | ||
| NavigationRenderer.ts | ||