Skip to content

Commit 14bcbc8

Browse files
author
昔梦
committed
fix:节点连接区域扩大
1 parent 380516f commit 14bcbc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/x-flow/src/XFlow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ const XFlow: FC<FlowProps> = memo(props => {
357357
panOnScroll={panOnScroll} // 禁用滚动平移
358358
preventScrolling={preventScrolling} // 允许页面滚动
359359
connectionLineComponent={connectionLineComponent}
360+
connectionRadius={100}
360361
defaultEdgeOptions={{
361362
type: 'buttonedge',
362363
style: {

0 commit comments

Comments
 (0)