@babylonjs/inspector 5.41.0 → 5.42.1
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.
@@ -45701,7 +45701,7 @@ class TextureEditorComponent extends react__WEBPACK_IMPORTED_MODULE_1__.Componen
|
|
45701
45701
|
}
|
45702
45702
|
textureDidUpdate() {
|
45703
45703
|
if (this._timer != null) {
|
45704
|
-
clearTimeout(this._timer);
|
45704
|
+
window.clearTimeout(this._timer);
|
45705
45705
|
}
|
45706
45706
|
this._timer = window.setTimeout(() => {
|
45707
45707
|
this.props.onUpdate();
|