@threedddplus/logoeditor 0.0.76 → 0.0.77

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