From 411052c077e6ae64121180bccff786fefb12fa72 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Wed, 11 Oct 2023 17:05:00 -0300 Subject: [PATCH] added todo comment --- src/frontend/src/utils/reactflowUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/utils/reactflowUtils.ts b/src/frontend/src/utils/reactflowUtils.ts index 041d79606..144d92c9c 100644 --- a/src/frontend/src/utils/reactflowUtils.ts +++ b/src/frontend/src/utils/reactflowUtils.ts @@ -913,6 +913,7 @@ export function expandGroupNode( const { template, flow } = _.cloneDeep(groupNode.node!); const gNodes: NodeType[] = flow?.data?.nodes!; const gEdges = flow!.data!.edges; + //TODO update ids of intern nodes and proxy on edges before expanding console.log(gEdges); //redirect edges to correct proxy node let updatedEdges: Edge[] = [];