WIP: real-time collab support
This commit is contained in:
+2
-1
@@ -40,9 +40,10 @@ safeRun(async () => {
|
||||
"",
|
||||
settings.indexPage || "index",
|
||||
);
|
||||
await editor.init();
|
||||
// @ts-ignore: for convenience
|
||||
window.editor = editor;
|
||||
|
||||
await editor.init();
|
||||
});
|
||||
|
||||
// if (localStorage.getItem("disable_sw") !== "true") {
|
||||
|
||||
Reference in New Issue
Block a user