Skip to content

Commit

Permalink
fix calcOffset when text enter editing (fabricjs#4649)
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Jan 26, 2018
1 parent fb2c2ff commit 765b1b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mixins/itext_behavior.mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@
}

if (this.canvas) {
this.canvas.calcOffset();
this.exitEditingOnOthers(this.canvas);
}

Expand Down

0 comments on commit 765b1b9

Please sign in to comment.