@@ -60,7 +60,7 @@ export class WorkbenchComponent extends React.Component<IWorkbenchComponentProps
public _frameIsMoving = false;
public _isLoading = false;
public isOverGUINode = false;
-
+
public get gridSize() {
return this._gridSize;
}
@@ -56,7 +56,7 @@ export class GUIEditor {
const graphEditor = React.createElement(WorkbenchEditor, {
globalState: globalState,
});
ReactDOM.render(graphEditor, hostElement);
// create the middle workbench canvas
if (!globalState.guiTexture) {