mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
Drag and drop primary functionality working
This commit is contained in:
@@ -633,7 +633,7 @@ function ResourceEventRenderer() {
|
||||
trigger('eventDragStop', eventElement, event, ev, ui);
|
||||
|
||||
if (isInBounds && (isAllDay || resourceDelta || snapDelta)) { // changed!
|
||||
event.resources = resources()[origCell.col + resourceDelta].id;
|
||||
event.resources = [ resources()[origCell.col + resourceDelta].id ];
|
||||
eventDrop(
|
||||
eventElement[0],
|
||||
event,
|
||||
|
||||
Reference in New Issue
Block a user