chore: libcosmic update
This commit is contained in:
parent
11914e97ea
commit
e61a76d39c
2 changed files with 18 additions and 14 deletions
|
|
@ -288,6 +288,10 @@ where
|
|||
self.elements.iter().map(Tree::new).collect()
|
||||
}
|
||||
|
||||
fn set_id(&mut self, id: Id) {
|
||||
self.id = id;
|
||||
}
|
||||
|
||||
fn diff(&mut self, tree: &mut Tree) {
|
||||
tree.diff_children(&mut self.elements);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue