@threedddplus/logoeditor 0.0.140 → 0.0.142

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.
@@ -6969,6 +6969,9 @@ var PopUpCanvas = function PopUpCanvas() {
6969
6969
  });
6970
6970
  }
6971
6971
  });
6972
+ use3dddPlus.setState({
6973
+ popUpCanvasCount: 1
6974
+ });
6972
6975
  };
6973
6976
  var canvasZoomIn = function canvasZoomIn() {
6974
6977
  var newZoomLevel = zoomLevel + 0.1;