Make sure all connections are drawn at most once
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user