Skip to content
Snippets Groups Projects
Commit 42b5f8e9 authored by Maximilian Giller's avatar Maximilian Giller
Browse files

Loading initial space

parent dc20514c
No related branches found
No related tags found
1 merge request!2Implemented editor in the react framework
Pipeline #56410 passed
...@@ -27,6 +27,9 @@ export class Editor extends React.PureComponent< ...@@ -27,6 +27,9 @@ export class Editor extends React.PureComponent<
super(props); super(props);
Interactions.initInteractions(); Interactions.initInteractions();
// Load initial space
this.loadSpace("space");
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment