mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-22 01:36:43 +02:00
spelling: cluster
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -351,7 +351,7 @@ export const extractor = (graph, depth) => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// For clusters without incoming and/or outgoing edges, create a new cluster-node
|
// For clusters without incoming and/or outgoing edges, create a new cluster-node
|
||||||
// containing the nodes and edges in the custer in a new graph
|
// containing the nodes and edges in the cluster in a new graph
|
||||||
// for (let i = 0;)
|
// for (let i = 0;)
|
||||||
let nodes = graph.nodes();
|
let nodes = graph.nodes();
|
||||||
let hasChildren = false;
|
let hasChildren = false;
|
||||||
|
Reference in New Issue
Block a user