WIP: real-time collab support

This commit is contained in:
Zef Hemel
2022-10-25 18:50:07 +02:00
parent f04f429c29
commit 590440748b
11 changed files with 138 additions and 10 deletions
+2 -1
View File
@@ -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") {