fixed an issue when loading multiple images
This commit is contained in:
@@ -181,6 +181,7 @@ var Canvas = fabric.util.createClass(fabric.Canvas, {
|
|||||||
if (!this.__image) {
|
if (!this.__image) {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
this.__imageData = null;
|
||||||
return this.remove(this.__image);
|
return this.remove(this.__image);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user