From 25f221119533887313ad282d6b598010d4c2304e Mon Sep 17 00:00:00 2001 From: pipisebastian Date: Thu, 5 Dec 2024 14:52:54 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=82=AC=EC=9A=A9=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20position=20=EB=B3=80=EC=88=98?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #303 --- client/src/features/editor/hooks/useEditorOperation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/features/editor/hooks/useEditorOperation.ts b/client/src/features/editor/hooks/useEditorOperation.ts index 6cf9cdf..de21675 100644 --- a/client/src/features/editor/hooks/useEditorOperation.ts +++ b/client/src/features/editor/hooks/useEditorOperation.ts @@ -181,7 +181,7 @@ export const useEditorOperation = ({ [pageId, editorCRDT], ); - const handleRemoteCursor = useCallback((position: any) => {}, []); + const handleRemoteCursor = useCallback(() => {}, []); const addNewBlock = () => { if (!editorCRDT) return;