dependabot[bot]
2024-06-04 688c5484a9d9146214d4259745b70dc0dd0fedc4
quartz/components/scripts/graph.inline.ts
@@ -282,6 +282,13 @@
    // @ts-ignore
    .call(drag(simulation))
  // make tags hollow circles
  node
    .filter((d) => d.id.startsWith("tags/"))
    .attr("stroke", color)
    .attr("stroke-width", 2)
    .attr("fill", "var(--light)")
  // draw labels
  const labels = graphNode
    .append("text")