Improves drag and drop all-day event handling

Refines drag and drop behavior for all-day events.

Removes unnecessary logging and conditional logic in the
AllDayManager.

Simplifies column change handling in the EventRendererManager.
This commit is contained in:
Janus C. H. Knudsen 2025-10-02 17:40:58 +02:00
parent 5cdcd12e0a
commit 88702e574a
2 changed files with 2 additions and 9 deletions

View file

@ -207,7 +207,6 @@ export class EventRenderingService {
}
if (this.strategy.handleColumnChange) {
const eventId = columnChangeEvent.originalElement.dataset.eventId || '';
this.strategy.handleColumnChange(columnChangeEvent);
}
});