Jacky Zhao
2023-07-10 08f8e3b4a4879dd7c91c16fbce80c4f2bc5e357f
quartz/components/scripts/graph.inline.ts
@@ -72,7 +72,7 @@
      }
    }
  } else {
    links.flatMap(l => [l.source, l.target]).forEach((id) => neighbourhood.add(id))
    Object.keys(data).forEach(id => neighbourhood.add(id))
  }
  const graphData: { nodes: NodeData[], links: LinkData[] } = {