kitchen-simulator 5.10.6-react.18 → 5.10.7-react.18

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.
Binary file
@@ -218,7 +218,6 @@ export default function Viewer2D(_ref) {
218
218
  var moveX = topX + (bottomX - topX) / 2;
219
219
  var moveY = 2000 - (bottomY + (topY - bottomY) / 2);
220
220
  var zoom = viewer2DState && !viewer2DState.isEmpty() ? viewer2DState.get('a') : 1;
221
- console.log('aici');
222
221
  Viewer.current.setPointOnViewerCenter(moveX, moveY, zoom);
223
222
  }, [viewerReady, state.scene.selectedLayer]);
224
223
  var layerID = scene.selectedLayer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitchen-simulator",
3
- "version": "5.10.6-react.18",
3
+ "version": "5.10.7-react.18",
4
4
  "description": "It is a kitchen simulator (self-contained micro-frontend).",
5
5
  "license": "MIT",
6
6
  "module": "es/index.js",