diff --git a/src/editor/js/components/editor.tsx b/src/editor/js/components/editor.tsx index 11bf5b786c1e04d3b3dc1aab2f07087b8252b6b4..bb8be8509e817c74e910de494e539664887368fe 100644 --- a/src/editor/js/components/editor.tsx +++ b/src/editor/js/components/editor.tsx @@ -27,6 +27,9 @@ export class Editor extends React.PureComponent< super(props); Interactions.initInteractions(); + + // Load initial space + this.loadSpace("space"); } /**