Fixed class name

This commit is contained in:
RunDevelopment
2022-05-22 12:05:25 +02:00
parent 4322730a66
commit b2ccf1d002
+2 -2
View File
@@ -93,7 +93,7 @@ const EdgeRenderer = (props: EdgeRendererProps) => {
style={{ zIndex: level }}
width={width}
height={height}
className="react-flow__edges react-flow__connectionline react-flow__container"
className="react-flow__edges react-flow__container"
>
{isMaxLevel && <MarkerDefinitions defaultColor={defaultMarkerColor} />}
<g>
@@ -196,7 +196,7 @@ const EdgeRenderer = (props: EdgeRendererProps) => {
style={connectionLineContainerStyle}
width={width}
height={height}
className="react-flow__edges react-flow__container"
className="react-flow__edges react-flow__connectionline react-flow__container"
>
<g>
<ConnectionLine