Browse Source

fixed emitting groupDragged event in callback

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

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

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

Loading…
Cancel
Save