@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.
@@ -4695,6 +4695,7 @@ var initCanvas = function initCanvas() {
4695
4695
  // ) {
4696
4696
  // return;
4697
4697
  // }
4698
+ console.log(e);
4698
4699
  obj.setCoords();
4699
4700
  if (obj.getBoundingRect().top < 0 || obj.getBoundingRect().left < 0) {
4700
4701
  obj.top = Math.max(obj.top, obj.top - obj.getBoundingRect().top);