fix: build

This commit is contained in:
Dhravya Shah 2025-08-29 17:18:02 -07:00
parent 93af958767
commit 12223f6fde

View file

@ -697,6 +697,7 @@ export const GraphWebGLCanvas = memo<GraphCanvasProps>(
const { dx, dy } = pendingWheelDeltaRef.current;
pendingWheelDeltaRef.current = { dx: 0, dy: 0 };
// @ts-expect-error
onWheel({
deltaY: dy,
deltaX: dx,