diff options
| author | Shoubhit Dash <[email protected]> | 2026-01-22 11:16:08 +0530 |
|---|---|---|
| committer | Shoubhit Dash <[email protected]> | 2026-01-22 11:16:08 +0530 |
| commit | ef54b5805cf610909131724425fb648ef758fd17 (patch) | |
| tree | 95edacf1f15768b5ae0cb085bfff21aa946d81c1 /apps/web/components/graph/graph.tsx | |
| parent | new graph (diff) | |
| download | supermemory-01-16-new_graph.tar.xz supermemory-01-16-new_graph.zip | |
graph changes01-16-new_graph
Diffstat (limited to 'apps/web/components/graph/graph.tsx')
| -rw-r--r-- | apps/web/components/graph/graph.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/graph/graph.tsx b/apps/web/components/graph/graph.tsx index ed5542e2..a9e7e73e 100644 --- a/apps/web/components/graph/graph.tsx +++ b/apps/web/components/graph/graph.tsx @@ -436,6 +436,7 @@ export function Graph({ containerTags, children }: GraphProps) { isTimelineActive={isTimelineStreaming} timelineProgress={timelineProgress} nodes={nodes} + zoom={zoom} /> )} </div> |