1
0
Fork 0
forked from wry/wry

container: fix cnode_workspace

This commit is contained in:
Julian Orth 2025-07-19 11:11:54 +02:00
parent 73436f5677
commit 6866f62a55

View file

@ -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);
}