Skip to content

Commit

Permalink
fix: Remove stroke from invisible touch area circle
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 6, 2024
1 parent a076d5c commit 408129e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@
node.append("circle")
.attr("r", params.nodeSize * 1.5) // 50% larger than visible node
.attr("fill", "transparent")
.attr("stroke", "none")
.style("cursor", "pointer");

// Initialize node colors and event handlers
Expand Down

0 comments on commit 408129e

Please sign in to comment.