diff --git a/src/components/atoms/canvas.tsx b/src/components/atoms/canvas.tsx index 2cfbf043..444d6b0b 100644 --- a/src/components/atoms/canvas.tsx +++ b/src/components/atoms/canvas.tsx @@ -37,7 +37,6 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => { }; const lastMousePosition = useRef({ x: 0, y: 0 }); - //const lastWheelPosition = useRef({ deltaX: 0, deltaY: 0 }); useEffect(() => { getTextRef.current = getText;