Fixed class name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user