From b2ccf1d00274c53e5dbe00c680b4cb8df72b4139 Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Sun, 22 May 2022 12:05:25 +0200 Subject: [PATCH] Fixed class name --- src/container/EdgeRenderer/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/container/EdgeRenderer/index.tsx b/src/container/EdgeRenderer/index.tsx index 87bd0732..42bf3ba0 100644 --- a/src/container/EdgeRenderer/index.tsx +++ b/src/container/EdgeRenderer/index.tsx @@ -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 && } @@ -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" >