mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: passes full list of connector properties
This commit is contained in:
@@ -260,6 +260,9 @@ export const connectorToConnectorInput = (
|
||||
return {
|
||||
id: connector.id,
|
||||
color: connector.color,
|
||||
style: connector.style,
|
||||
width: connector.width,
|
||||
label: connector.label,
|
||||
anchors
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user