diff --git a/client/src/features/editor/hooks/useCopyAndPaste.ts b/client/src/features/editor/hooks/useCopyAndPaste.ts index bc3d560..36ab6d4 100644 --- a/client/src/features/editor/hooks/useCopyAndPaste.ts +++ b/client/src/features/editor/hooks/useCopyAndPaste.ts @@ -32,7 +32,6 @@ export const useCopyAndPaste = ({ sendCharDeleteOperation, sendBlockInsertOperation, sendBlockUpdateOperation, - sendBlockReorderOperation, } = useSocketStore(); const handleCopy = useCallback(