dependabot[bot]
2024-06-12 63d51a8cc54f5cae5844a90fcecea0f7e45228b3
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")