@threedddplus/logoeditor 0.0.81 → 0.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/logoeditor.cjs.development.js +1 -0
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +1 -0
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +1 -1
@@ -4703,6 +4703,7 @@ var initCanvas = function initCanvas() {
|
|
4703
4703
|
// ) {
|
4704
4704
|
// return;
|
4705
4705
|
// }
|
4706
|
+
console.log(e);
|
4706
4707
|
obj.setCoords();
|
4707
4708
|
if (obj.getBoundingRect().top < 0 || obj.getBoundingRect().left < 0) {
|
4708
4709
|
obj.top = Math.max(obj.top, obj.top - obj.getBoundingRect().top);
|