fix(web): remove port hover style
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user