Change to always show the sensor controls. (#526)
This commit is contained in:
committed by
Peli de Halleux
parent
03add213d9
commit
3c96cfcc0a
@ -17,7 +17,6 @@ namespace pxsim.visuals {
|
||||
return this.closeGroup;
|
||||
}
|
||||
|
||||
|
||||
buildDom(): SVGElement {
|
||||
this.content = svg.elt("svg", { width: "100%", height: "100%"}) as SVGSVGElement;
|
||||
this.content.appendChild(this.getInnerView());
|
||||
|
Reference in New Issue
Block a user