Fixes #368
This commit is contained in:
+1
-1
@@ -270,7 +270,7 @@ export class Editor {
|
||||
},
|
||||
);
|
||||
|
||||
this.space = new Space(localSpacePrimitives);
|
||||
this.space = new Space(localSpacePrimitives, this.kvStore);
|
||||
this.space.watch();
|
||||
|
||||
this.syncService = new SyncService(
|
||||
|
||||
Reference in New Issue
Block a user