We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380516f commit 14bcbc8Copy full SHA for 14bcbc8
packages/x-flow/src/XFlow.tsx
@@ -357,6 +357,7 @@ const XFlow: FC<FlowProps> = memo(props => {
357
panOnScroll={panOnScroll} // 禁用滚动平移
358
preventScrolling={preventScrolling} // 允许页面滚动
359
connectionLineComponent={connectionLineComponent}
360
+ connectionRadius={100}
361
defaultEdgeOptions={{
362
type: 'buttonedge',
363
style: {
0 commit comments