Merge branch 'hotfix/v0.2.10' into develop

This commit is contained in:
Ke Sun
2026-04-10 10:16:39 +08:00
26 changed files with 421 additions and 274 deletions

View File

@@ -757,7 +757,7 @@ const defaultPortGroup = {
stroke: port_color,
strokeWidth: edge_width,
fill: port_color,
opacity: 0,
opacity: 1,
},
label: {
text: '+',
@@ -768,7 +768,7 @@ const defaultPortGroup = {
textVerticalAnchor: 'middle',
pointerEvents: 'none',
y: '0.15em',
opacity: 0,
opacity: 1,
},
},
}