@babylonjs/inspector 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.
@@ -59077,6 +59077,9 @@ class SliderLineComponent extends react__WEBPACK_IMPORTED_MODULE_1__.Component {
|
|
59077
59077
|
nextState.value = nextProps.directValue;
|
59078
59078
|
return true;
|
59079
59079
|
}
|
59080
|
+
if (nextProps.label !== this.props.label) {
|
59081
|
+
return true;
|
59082
|
+
}
|
59080
59083
|
let currentState = nextProps.target[nextProps.propertyName];
|
59081
59084
|
if (currentState === undefined) {
|
59082
59085
|
currentState = nextProps.maximum;
|