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) {
|
||||
return this;
|
||||
}
|
||||
this.__imageData = null;
|
||||
return this.remove(this.__image);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user