fix(web): remove port hover style

This commit is contained in:
zhaoying
2026-04-09 21:31:36 +08:00
parent 32c71dcd89
commit 27e9f9968d
2 changed files with 4 additions and 61 deletions

View File

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