From 605c7a4b6b488b133ac32f0e94b45c956cc834ef Mon Sep 17 00:00:00 2001 From: yewonJin Date: Thu, 14 Nov 2024 10:33:42 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=97=90=EB=94=94=ED=84=B0=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=EC=8B=9C,=20=EC=BB=A4=EC=84=9C=20=EC=9D=B5?= =?UTF-8?q?=EC=8A=A4=ED=85=90=EC=85=98=EA=B3=BC=20=EC=B6=A9=EB=8F=8C?= =?UTF-8?q?=EB=82=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/editor/index.tsx | 1 - 1 file changed, 1 deletion(-) 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) {