fix: cosmic_container tag method

This commit is contained in:
Ashley Wulber 2023-12-07 17:51:20 -05:00 committed by Ashley Wulber
parent 77b8718706
commit ba90e52848
2 changed files with 14 additions and 8 deletions

View file

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