mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-11 11:29:42 +02:00
Cleanup fixing som lingering issues
This commit is contained in:
@@ -192,9 +192,7 @@ function layoutMindmap(node, conf) {
|
||||
});
|
||||
|
||||
// Merge the trees into a single tree
|
||||
const result = mergeTrees(node, trees);
|
||||
// TODO: @knsv The function is not called bug?
|
||||
eachNode;
|
||||
mergeTrees(node, trees);
|
||||
return node;
|
||||
}
|
||||
/**
|
||||
|
Reference in New Issue
Block a user