Update group.class.js

This commit is contained in:
Andrea Bogazzi 2015-10-24 15:41:37 +02:00
parent 701a62053d
commit 45150e39c1

View file

@ -176,7 +176,7 @@
*/
removeWithUpdate: function(object) {
this._restoreObjectsState();
fabric.util.resetObjectTransform(this);
// since _restoreObjectsState set objects inactive
this.forEachObject(this._setObjectActive, this);