Make sure all connections are drawn at most once

This commit is contained in:
2025-06-14 03:33:23 +02:00
parent 39961fe6e3
commit a45de02105
2 changed files with 59 additions and 26 deletions

View File

@@ -27,7 +27,7 @@ export const Connection: React.FC<ConnectionProps> = ({ from, to, fromColor, toC
y1={from.y}
x2={to.x}
y2={to.y}
stroke="#a855f7"
stroke={fromColor || "#a855f7"}
strokeWidth="1"
opacity="0.7"
className="transition-all duration-300"