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.
2 parents 987ef55 + 605c7a4 commit 660eb37Copy full SHA for 660eb37
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