@babylonjs/gui-editor 6.21.2 → 6.21.4

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.
@@ -39548,6 +39548,9 @@ class SliderLineComponent extends react__WEBPACK_IMPORTED_MODULE_1__.Component {
39548
39548
  nextState.value = nextProps.directValue;
39549
39549
  return true;
39550
39550
  }
39551
+ if (nextProps.label !== this.props.label) {
39552
+ return true;
39553
+ }
39551
39554
  let currentState = nextProps.target[nextProps.propertyName];
39552
39555
  if (currentState === undefined) {
39553
39556
  currentState = nextProps.maximum;