@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.
@@ -6960,6 +6960,9 @@ var PopUpCanvas = function PopUpCanvas() {
6960
6960
  });
6961
6961
  }
6962
6962
  });
6963
+ use3dddPlus.setState({
6964
+ popUpCanvasCount: 1
6965
+ });
6963
6966
  };
6964
6967
  var canvasZoomIn = function canvasZoomIn() {
6965
6968
  var newZoomLevel = zoomLevel + 0.1;