diff --git a/frontend/src/components/editor/index.tsx b/frontend/src/components/editor/index.tsx index 77c8e8e2..a5346339 100644 --- a/frontend/src/components/editor/index.tsx +++ b/frontend/src/components/editor/index.tsx @@ -57,7 +57,6 @@ const Editor = ({ onContentError={({ disableCollaboration }) => { disableCollaboration(); }} - initialContent={initialContent} onCreate={({ editor }) => { provider.on("sync", () => { if (editor.isEmpty && initialContent) {