From d06ddaca350c334804d19e5ed0abb14e0419f461 Mon Sep 17 00:00:00 2001 From: pipisebastian Date: Tue, 26 Nov 2024 13:33:52 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=95=9C=EA=B8=80=20=EC=BA=90=EB=9F=BF?= =?UTF-8?q?=20=EA=B3=84=EC=86=8D=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #193 --- client/src/features/editor/Editor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/features/editor/Editor.tsx b/client/src/features/editor/Editor.tsx index 38860de9..71dcbbc5 100644 --- a/client/src/features/editor/Editor.tsx +++ b/client/src/features/editor/Editor.tsx @@ -355,7 +355,7 @@ export const Editor = ({ }); block.crdt.currentCaret = caretPosition; - updatePageData(pageId, editorCRDT.current.serialize()); + // updatePageData(pageId, editorCRDT.current.serialize()); }, [editorCRDT, pageId, sendCharInsertOperation, updatePageData], ); @@ -481,7 +481,7 @@ export const Editor = ({ clock: editorCRDT.current.clock, linkedList: editorCRDT.current.LinkedList, })); - updatePageData(pageId, editorCRDT.current.serialize()); + // updatePageData(pageId, editorCRDT.current.serialize()); }; // 로딩 상태 체크