From 7b7d17e0a7b561861113f7c1889bf9992bf71888 Mon Sep 17 00:00:00 2001 From: pipisebastian Date: Tue, 26 Nov 2024 13:35:45 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=A3=BC=EC=84=9D=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #193 --- client/src/features/editor/Editor.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/features/editor/Editor.tsx b/client/src/features/editor/Editor.tsx index 71dcbbc5..521e6c7e 100644 --- a/client/src/features/editor/Editor.tsx +++ b/client/src/features/editor/Editor.tsx @@ -355,7 +355,6 @@ export const Editor = ({ }); block.crdt.currentCaret = caretPosition; - // updatePageData(pageId, editorCRDT.current.serialize()); }, [editorCRDT, pageId, sendCharInsertOperation, updatePageData], ); @@ -481,7 +480,6 @@ export const Editor = ({ clock: editorCRDT.current.clock, linkedList: editorCRDT.current.LinkedList, })); - // updatePageData(pageId, editorCRDT.current.serialize()); }; // 로딩 상태 체크