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;