Mass updates

This commit is contained in:
2026-01-05 11:33:32 +01:00
parent 32b6cf4af7
commit 04534b2530
36 changed files with 1886 additions and 12036 deletions

View File

@@ -100,7 +100,7 @@ onMounted(async () => {
editor = new Editor();
Content.ready.then(() => tree.value!.replaceChild(editor.tree.container, load));
Content.ready.then(() => tree.value?.replaceChild(editor.tree.container, load));
container.value.appendChild(editor.container);
}
});