Browse Source

added groupId to groupDragged event

kamadaKawai
Martin Fischer 9 years ago
parent
commit
1f4c9a4f46
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/timeline/component/ItemSet.js

+ 1
- 1
lib/timeline/component/ItemSet.js View File

@ -1598,7 +1598,7 @@ ItemSet.prototype._onGroupDragEnd = function (event) {
}
me.body.emitter.emit('groupDragged');
me.body.emitter.emit('groupDragged', { groupId: this.groupTouchParams.group.groupId });
});
}
}

Loading…
Cancel
Save