Emile Bangma
2025-11-06 86a30ad150c6cca4b3c039f1521b159c32e7d3e0
quartz/components/scripts/graph.inline.ts
@@ -400,7 +400,6 @@
    })
      .circle(0, 0, nodeRadius(n))
      .fill({ color: isTagNode ? computedStyleMap["--light"] : color(n) })
      .stroke({ width: isTagNode ? 2 : 0, color: color(n) })
      .on("pointerover", (e) => {
        updateHoverInfo(e.target.label)
        oldLabelOpacity = label.alpha
@@ -416,6 +415,10 @@
        }
      })
    if (isTagNode) {
      gfx.stroke({ width: 2, color: computedStyleMap["--tertiary"] })
    }
    nodesContainer.addChild(gfx)
    labelsContainer.addChild(label)