fix(connectionline): set stroke color
This commit is contained in:
@@ -23,10 +23,10 @@ export default memo(
|
||||
) : null;
|
||||
|
||||
return (
|
||||
<g>
|
||||
<>
|
||||
<path style={style} className="react-flow__edge-path" d={`M ${sourceX},${sourceY}L ${targetX},${targetY}`} />
|
||||
{text}
|
||||
</g>
|
||||
</>
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user