@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.
@@ -4690,11 +4690,11 @@ var initCanvas = function initCanvas() {
4690
4690
  use3dddPlus.getState().updateModifaction(false);
4691
4691
  var obj = e.target;
4692
4692
  if (isNaN(obj.left)) {
4693
- obj.left = obj.left - 1;
4693
+ obj.left = -1;
4694
4694
  obj.setCoords();
4695
4695
  }
4696
4696
  if (isNaN(obj.top)) {
4697
- obj.top = obj.top - 1;
4697
+ obj.top = -1;
4698
4698
  obj.setCoords();
4699
4699
  }
4700
4700
  console.log(e);