1
0
Fork 0
forked from wry/wry

tree: recompute output render data after connect

This commit is contained in:
Julian Orth 2024-03-28 18:22:28 +01:00
parent 9b1a85b27d
commit 017efa4b74
2 changed files with 2 additions and 1 deletions

View file

@ -279,6 +279,7 @@ impl OutputNode {
tex: title,
});
}
self.state.damage();
}
pub fn ensure_workspace(self: &Rc<Self>) -> Rc<WorkspaceNode> {