refactor(edges): cleanup markup
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user