diff options
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index ab4a96d..e53ba03 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1219,6 +1219,7 @@ export const Graph = function (props: GraphProps) { }, nodeCanvasObject: (node, ctx, globalScale) => { drawLabels({ + filteredLinksByNodeId: filteredLinksByNodeIdRef.current, ...{ node, ctx, |