mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 12:27:53 +00:00
fix: passes full list of connector properties
This commit is contained in:
parent
f9cc014dc7
commit
a19ea29141
1 changed files with 3 additions and 0 deletions
|
@ -260,6 +260,9 @@ export const connectorToConnectorInput = (
|
|||
return {
|
||||
id: connector.id,
|
||||
color: connector.color,
|
||||
style: connector.style,
|
||||
width: connector.width,
|
||||
label: connector.label,
|
||||
anchors
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue