@threedddplus/logoeditor 0.0.73 → 0.0.74

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.
@@ -4698,11 +4698,11 @@ var initCanvas = function initCanvas() {
4698
4698
  use3dddPlus.getState().updateModifaction(false);
4699
4699
  var obj = e.target;
4700
4700
  if (isNaN(obj.left)) {
4701
- obj.left = obj.left - 1;
4701
+ obj.left = -1;
4702
4702
  obj.setCoords();
4703
4703
  }
4704
4704
  if (isNaN(obj.top)) {
4705
- obj.top = obj.top - 1;
4705
+ obj.top = -1;
4706
4706
  obj.setCoords();
4707
4707
  }
4708
4708
  console.log(e);