wip, resize, debugging

This commit is contained in:
Janus C. H. Knudsen 2025-10-08 00:58:38 +02:00
parent e2cf4d1e04
commit 8b8a1e3127
7 changed files with 289 additions and 9 deletions

View file

@ -140,6 +140,7 @@ export class DateEventRenderer implements EventRendererStrategy {
// Fully normalize the clone to be a regular event
draggedClone.classList.remove('dragging');
draggedClone.style.pointerEvents = ''; // Re-enable pointer events
// Clean up instance state
this.draggedClone = null;