feat: modify blocksuite

This commit is contained in:
QiShaoXuan
2022-12-09 01:37:32 +08:00
parent 8885cd0ba2
commit 6e327900f1
7 changed files with 225 additions and 84 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export const Editor = () => {
editorContainer.current?.appendChild(editor);
initDefaultContent(editor);
// initDefaultContent(editor);
}
}, [editor]);