container: fix cnode_workspace
This commit is contained in:
parent
73436f5677
commit
6866f62a55
1 changed files with 1 additions and 0 deletions
|
|
@ -2084,6 +2084,7 @@ impl ToplevelNodeBase for ContainerNode {
|
|||
}
|
||||
|
||||
fn tl_set_workspace_ext(&self, ws: &Rc<WorkspaceNode>) {
|
||||
self.workspace.set(ws.clone());
|
||||
for child in self.children.iter() {
|
||||
child.node.clone().tl_set_workspace(ws);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue