WIP
This commit is contained in:
parent
202074e391
commit
fb174e7403
2 changed files with 5 additions and 3 deletions
|
|
@ -153,7 +153,7 @@ export class DateEventRenderer implements IEventRenderer {
|
|||
let eventsLayer = payload.targetColumn.element.querySelector('swp-events-layer');
|
||||
|
||||
// Add "clone-" prefix to match clone ID pattern
|
||||
timedClone.dataset.eventId = payload.calendarEvent.id;
|
||||
timedClone.dataset.eventId = `clone-${payload.calendarEvent.id}`;
|
||||
|
||||
// Remove old all-day clone and replace with new timed clone
|
||||
payload.draggedClone.remove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue