diff --git a/src/static_canvas.class.js b/src/static_canvas.class.js index b89d07eb..1fd7a6e0 100644 --- a/src/static_canvas.class.js +++ b/src/static_canvas.class.js @@ -895,11 +895,12 @@ activeGroup.forEachObject(function(o) { o.set('active', true); }); + + if (this._currentTransform) { + this._currentTransform.target = this.getActiveGroup(); + } } - if (this._currentTransform) { - this._currentTransform.target = this.getActiveGroup(); - } return data; },