Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
975aef0b0c
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ fn node_finder(mut node: Node) -> Option<Vec<Node>> {
|
|||
node.nodes.append(&mut node.floating_nodes);
|
||||
for node in node.nodes {
|
||||
if let Some(mut nodes) = node_finder(node) {
|
||||
|
||||
node_list.append(&mut nodes);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue