autocommit 2022-04-01 01:44:10 CEST
This commit is contained in:
parent
ab4ac883ee
commit
2dd433aa04
32 changed files with 626 additions and 139 deletions
|
|
@ -542,7 +542,7 @@ impl ContainerNode {
|
|||
self.parent.get().child_title_changed(&**self, &title);
|
||||
}
|
||||
|
||||
fn schedule_compute_render_data(self: &Rc<Self>) {
|
||||
pub fn schedule_compute_render_data(self: &Rc<Self>) {
|
||||
if !self.compute_render_data_scheduled.replace(true) {
|
||||
self.state.pending_container_render_data.push(self.clone());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue