Added react-flow__connectionline class

This commit is contained in:
RunDevelopment
2022-05-19 15:49:30 +02:00
parent cebe88d928
commit 4322730a66
+1 -1
View File
@@ -93,7 +93,7 @@ const EdgeRenderer = (props: EdgeRendererProps) => {
style={{ zIndex: level }}
width={width}
height={height}
className="react-flow__edges react-flow__container"
className="react-flow__edges react-flow__connectionline react-flow__container"
>
{isMaxLevel && <MarkerDefinitions defaultColor={defaultMarkerColor} />}
<g>