mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-09 22:31:10 +00:00
fix: build
This commit is contained in:
parent
93af958767
commit
12223f6fde
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue