mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-10 12:58:28 +00:00
Show connect operation in tree
This commit is contained in:
parent
33e3b555f1
commit
4654699b4b
@ -58,6 +58,6 @@ impl Operation for Sweep {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn children(&self) -> Vec<AnyOp> {
|
fn children(&self) -> Vec<AnyOp> {
|
||||||
self.output.children()
|
vec![self.output.to_any()]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user