From 42b5f8e9545d31382788c5a80dc173ff1af0ed73 Mon Sep 17 00:00:00 2001
From: Max <m.giller@tu-braunschweig.de>
Date: Wed, 4 May 2022 10:20:38 +0200
Subject: [PATCH] Loading initial space

---
 src/editor/js/components/editor.tsx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/editor/js/components/editor.tsx b/src/editor/js/components/editor.tsx
index 11bf5b7..bb8be85 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");
     }
 
     /**
-- 
GitLab