Skip to content

Commit

Permalink
add blur on textarea (#3476)
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Dec 2, 2016
1 parent 5563cf5 commit 8a1b98d
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 @@ -554,6 +554,7 @@
this.selectable = true;

this.selectionEnd = this.selectionStart;
this.hiddenTextarea.blur && this.hiddenTextarea.blur();
this.hiddenTextarea && this.canvas && this.hiddenTextarea.parentNode.removeChild(this.hiddenTextarea);
this.hiddenTextarea = null;

Expand Down

0 comments on commit 8a1b98d

Please sign in to comment.