Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsik Yoo committed Sep 13, 2017
2 parents bd5cff6 + 78a46f2 commit 3d8774a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/graphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,8 @@ class Graphics {

object.set(clone);

object.setCoords();

this.getCanvas().renderAll();

return clone;
Expand Down Expand Up @@ -665,6 +667,8 @@ class Graphics {
top: y + diffY
});

targetObj.setCoords();

return true;
}

Expand Down

0 comments on commit 3d8774a

Please sign in to comment.