kitchen-simulator 3.1.14 → 3.1.15
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.
|
@@ -405,9 +405,6 @@ var LiteKitchenConfigurator = /*#__PURE__*/function (_Component) {
|
|
|
405
405
|
extractedState = extractedState.merge({
|
|
406
406
|
viewer2D: _viewer2D
|
|
407
407
|
});
|
|
408
|
-
|
|
409
|
-
// set the measurement unit after project setup
|
|
410
|
-
if (measurementUnit) this.props.viewer2DActions.updateCeilHeightUnit(measurementUnit);
|
|
411
408
|
return /*#__PURE__*/React.createElement("section", null, /*#__PURE__*/React.createElement("div", {
|
|
412
409
|
style: _objectSpread(_objectSpread({}, wrapperStyle), {}, {
|
|
413
410
|
height: height,
|
|
@@ -414,9 +414,6 @@ var LiteKitchenConfigurator = /*#__PURE__*/function (_Component) {
|
|
|
414
414
|
extractedState = extractedState.merge({
|
|
415
415
|
viewer2D: _viewer2D
|
|
416
416
|
});
|
|
417
|
-
|
|
418
|
-
// set the measurement unit after project setup
|
|
419
|
-
if (measurementUnit) this.props.viewer2DActions.updateCeilHeightUnit(measurementUnit);
|
|
420
417
|
return /*#__PURE__*/_react["default"].createElement("section", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
421
418
|
style: _objectSpread(_objectSpread({}, wrapperStyle), {}, {
|
|
422
419
|
height: height,
|