wip, resize, debugging
This commit is contained in:
parent
e2cf4d1e04
commit
8b8a1e3127
7 changed files with 289 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue