Update index.ts
This commit is contained in:
parent
8d88608a68
commit
ceebd3e11a
|
|
@ -298,7 +298,7 @@ export const buildFlow = async (
|
|||
nodeQueue.push({ nodeId: startingNodeIds[i], depth: 0 })
|
||||
exploredNode[startingNodeIds[i]] = { remainingLoop: maxLoop, lastSeenDepth: 0 }
|
||||
}
|
||||
|
||||
|
||||
const initializedNode: Set<string> = new Set()
|
||||
const nonDirectedGraph = constructGraphs(reactFlowNodes, reactFlowEdges, { isReversed: true }).graph
|
||||
while (nodeQueue.length) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue