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:
parent
5cdcd12e0a
commit
88702e574a
2 changed files with 2 additions and 9 deletions
|
|
@ -207,7 +207,6 @@ export class EventRenderingService {
|
|||
}
|
||||
|
||||
if (this.strategy.handleColumnChange) {
|
||||
const eventId = columnChangeEvent.originalElement.dataset.eventId || '';
|
||||
this.strategy.handleColumnChange(columnChangeEvent);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue