We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987ef55 commit 605c7a4Copy full SHA for 605c7a4
frontend/src/components/editor/index.tsx
@@ -57,7 +57,6 @@ const Editor = ({
57
onContentError={({ disableCollaboration }) => {
58
disableCollaboration();
59
}}
60
- initialContent={initialContent}
61
onCreate={({ editor }) => {
62
provider.on("sync", () => {
63
if (editor.isEmpty && initialContent) {
0 commit comments