Skip to content

Commit 552b639

Browse files
authored
Merge pull request #647 from Rdornier/fix-handle-drag
enable dragging and resizing shapes without having to select it multi…
2 parents 691a9a6 + c11eaf4 commit 552b639

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/js/shape_editor/shape_manager.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,6 @@ ShapeManager.prototype.notifySelectedShapesChanged =
730730
ShapeManager.prototype.notifyShapesChanged = function notifyShapesChanged(
731731
shapes
732732
) {
733-
this.sortShape(this._shapes);
734733
this.$el.trigger("change:shape", [shapes]);
735734
};
736735

0 commit comments

Comments
 (0)