From 46f17559a688b6b04111fe3544b26e23575b1774 Mon Sep 17 00:00:00 2001 From: Ludovico7 Date: Thu, 5 Dec 2024 11:53:56 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20lint=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/features/editor/hooks/useCopyAndPaste.ts | 1 - 1 file changed, 1 deletion(-) 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(