Cleanup fixing som lingering issues

This commit is contained in:
Knut Sveidqvist
2022-09-14 10:58:59 +02:00
parent ac788a7e7d
commit 9acdc0bc2e
3 changed files with 1 additions and 6 deletions

View File

@@ -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;
}
/**