refactor(edges): cleanup markup

This commit is contained in:
moklick
2023-11-16 15:52:57 +01:00
parent 2fe9d57d2a
commit 622c987e46
5 changed files with 5 additions and 5 deletions
@@ -202,7 +202,7 @@ export default (EdgeComponent: ComponentType<EdgeProps>) => {
};
return (
<svg className="react-flow__edgewrapper" style={{ zIndex }}>
<svg style={{ zIndex }}>
<g
className={cc([
'react-flow__edge',
@@ -67,7 +67,7 @@ const EdgeRenderer = ({
return (
<div className="react-flow__edges">
<svg className="react-flow__container">
<svg className="react-flow__marker">
<MarkerDefinitions defaultColor={defaultMarkerColor} rfId={rfId} />
</svg>