chore: cleanup

This commit is contained in:
karishmas6
2024-07-26 04:19:43 +05:30
parent 99e92797b8
commit cdf6ce42e5

View File

@@ -37,7 +37,6 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
};
const lastMousePosition = useRef<Coordinates>({ x: 0, y: 0 });
//const lastWheelPosition = useRef<ScrollDeltas>({ deltaX: 0, deltaY: 0 });
useEffect(() => {
getTextRef.current = getText;