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 }} style={{ zIndex: level }}
width={width} width={width}
height={height} height={height}
className="react-flow__edges react-flow__connectionline react-flow__container" className="react-flow__edges react-flow__container"
> >
{isMaxLevel && <MarkerDefinitions defaultColor={defaultMarkerColor} />} {isMaxLevel && <MarkerDefinitions defaultColor={defaultMarkerColor} />}
<g> <g>
@@ -196,7 +196,7 @@ const EdgeRenderer = (props: EdgeRendererProps) => {
style={connectionLineContainerStyle} style={connectionLineContainerStyle}
width={width} width={width}
height={height} height={height}
className="react-flow__edges react-flow__container" className="react-flow__edges react-flow__connectionline react-flow__container"
> >
<g> <g>
<ConnectionLine <ConnectionLine