From 2864a8f5bfd53a08c8a13e9b2cec6dd528d4962a Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 25 Jul 2024 22:45:10 +0530 Subject: [PATCH] chore: clr whitespace --- src/components/atoms/canvas.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/atoms/canvas.tsx b/src/components/atoms/canvas.tsx index f1a3e4fc..2e262ba1 100644 --- a/src/components/atoms/canvas.tsx +++ b/src/components/atoms/canvas.tsx @@ -37,8 +37,6 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => { const lastMousePosition = useRef({ x: 0, y: 0 }); - - const onMouseEvent = useCallback((event: MouseEvent) => { if (socket) { const coordinates = {