Cleanup
This commit is contained in:
@@ -132,7 +132,7 @@ var Canvas = fabric.util.createClass(fabric.Canvas, {
|
|||||||
if (!showAs3d) {
|
if (!showAs3d) {
|
||||||
return this.get3dHandler().disable();
|
return this.get3dHandler().disable();
|
||||||
}
|
}
|
||||||
console.log(this.get3dUrl())
|
|
||||||
fabric.Image.fromURL(encodeURI(this.get3dUrl()), function (img) {
|
fabric.Image.fromURL(encodeURI(this.get3dUrl()), function (img) {
|
||||||
this.get3dHandler().setImage(img);
|
this.get3dHandler().setImage(img);
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|||||||
Reference in New Issue
Block a user