Comparing version
/*! Fabric.js Copyright 2008-2015, Printio (Juriy Zaytsev, Maxim Chernyak) */ | ||
var fabric = fabric || { version: '4.0.0-beta.5' }; | ||
var fabric = fabric || { version: '4.0.0-beta.6' }; | ||
if (typeof exports !== 'undefined') { | ||
@@ -5,0 +5,0 @@ exports.fabric = fabric; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://fabricjs.com/", | ||
"version": "4.0.0-beta.5-browser", | ||
"version": "4.0.0-beta.6-browser", | ||
"author": "Juriy Zaytsev <kangax@gmail.com>", | ||
@@ -8,0 +8,0 @@ "contributors": [ |
@@ -604,2 +604,3 @@ (function() { | ||
var isTextChanged = (this._textBeforeEdit !== this.text); | ||
var hiddenTextarea = this.hiddenTextarea; | ||
this.selected = false; | ||
@@ -610,8 +611,7 @@ this.isEditing = false; | ||
if (this.hiddenTextarea) { | ||
this.hiddenTextarea.blur && this.hiddenTextarea.blur(); | ||
this.canvas && this.hiddenTextarea.parentNode.removeChild(this.hiddenTextarea); | ||
this.hiddenTextarea = null; | ||
if (hiddenTextarea) { | ||
hiddenTextarea.blur && hiddenTextarea.blur(); | ||
hiddenTextarea.parentNode && hiddenTextarea.parentNode.removeChild(hiddenTextarea); | ||
} | ||
this.hiddenTextarea = null; | ||
this.abortCursorAnimation(); | ||
@@ -618,0 +618,0 @@ this._restoreEditingProps(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2408437
0.02%56744
0.01%