|
@@ -117,7 +117,7 @@ class InspectorFrame extends ScriptWidget {
|
|
|
if (this.inspectingNode != ev.node)
|
|
if (this.inspectingNode != ev.node)
|
|
|
return;
|
|
return;
|
|
|
|
|
|
|
|
- this.inspectNode = null;
|
|
|
|
|
|
|
+ this.inspectingNode = null;
|
|
|
|
|
|
|
|
var container = this.getWidget("inspectorcontainer");
|
|
var container = this.getWidget("inspectorcontainer");
|
|
|
container.deleteAllChildren();
|
|
container.deleteAllChildren();
|