Merge branch 'enhance-connection-more' of github.com:xyflow/xyflow into enhance-connection-more

This commit is contained in:
moklick
2024-06-26 17:24:15 +02:00
3 changed files with 3 additions and 3 deletions
@@ -121,4 +121,4 @@ const ConnectionLine = ({ style, type = ConnectionLineType.Bezier, CustomCompone
return <path d={path} fill="none" className="react-flow__connection-path" style={style} />;
};
ConnectionLine.displayName = 'ConnectionLine';
ConnectionLine.displayName = 'ConnectionLine';