I wanted to test the observable of the inspector, but no result.
scene.debugLayer.onPropertyChangedObservable.add((result) =>
{
console.log(result);
});
The console does not see anything, not even a null or undefined. The observable is not run.
And when I click on an element of the scene explorer to unfold it (Scene, Node …) No matter which one I click I receive this message in the console:
Uncaught TypeError: e.target.className.indexOf is not a function
at HTMLDocument.mouseup (translator.js:448)
The PG:
I also get an alert “Deprecation” in the inspector.bundle file (it’s a change in chrome 70 since october 2018) :
[Deprecation] Percentages row tracks and gutters for indefinite height grid containers will be resolved against the intrinsic height instead of being treated as auto and zero respectively. This change will happen in M70, around October 2018