fixed an issue when loading multiple images

This commit is contained in:
Martin
2017-08-01 12:17:56 +02:00
parent c8816b3968
commit cb2bcb720a
+1
View File
@@ -181,6 +181,7 @@ var Canvas = fabric.util.createClass(fabric.Canvas, {
if (!this.__image) {
return this;
}
this.__imageData = null;
return this.remove(this.__image);
},