added todo comment
This commit is contained in:
parent
fe6d0a78ed
commit
411052c077
1 changed files with 1 additions and 0 deletions
|
|
@ -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[] = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue