wip
This commit is contained in:
parent
1a4c22d37f
commit
9e568fbd8e
4 changed files with 23 additions and 4 deletions
|
|
@ -159,7 +159,8 @@ export class DragDropManager {
|
|||
dateKey,
|
||||
resourceId,
|
||||
sourceDateKey: this.dragState.sourceDateKey,
|
||||
sourceResourceId: this.dragState.sourceResourceId
|
||||
sourceResourceId: this.dragState.sourceResourceId,
|
||||
target: this.inHeader ? 'header' : 'grid'
|
||||
};
|
||||
|
||||
this.eventBus.emit(CoreEvents.EVENT_DRAG_END, payload);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue