chore: -rm unwanted code

This commit is contained in:
karishmas6
2024-07-25 22:44:50 +05:30
parent fd9616cc2d
commit d3576cbb2c

View File

@@ -36,7 +36,8 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
};
const lastMousePosition = useRef<Coordinates>({ x: 0, y: 0 });
//const lastWheelPosition = useRef<ScrollDeltas>({ deltaX: 0, deltaY: 0 });
const onMouseEvent = useCallback((event: MouseEvent) => {
if (socket) {