fix: cosmic_container tag method
This commit is contained in:
parent
77b8718706
commit
ba90e52848
2 changed files with 14 additions and 8 deletions
|
|
@ -140,6 +140,10 @@ where
|
|||
self.container.children()
|
||||
}
|
||||
|
||||
fn tag(&self) -> iced_core::widget::tree::Tag {
|
||||
self.container.tag()
|
||||
}
|
||||
|
||||
fn diff(&mut self, tree: &mut Tree) {
|
||||
self.container.diff(tree);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue