Skip to content

Commit

Permalink
chore: 주석제거
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian committed Nov 26, 2024
1 parent d06ddac commit 7b7d17e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/features/editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ export const Editor = ({
});

block.crdt.currentCaret = caretPosition;
// updatePageData(pageId, editorCRDT.current.serialize());
},
[editorCRDT, pageId, sendCharInsertOperation, updatePageData],
);
Expand Down Expand Up @@ -481,7 +480,6 @@ export const Editor = ({
clock: editorCRDT.current.clock,
linkedList: editorCRDT.current.LinkedList,
}));
// updatePageData(pageId, editorCRDT.current.serialize());
};

// 로딩 상태 체크
Expand Down

0 comments on commit 7b7d17e

Please sign in to comment.