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',