Draft Widget::overlay idempotency
This commit is contained in:
parent
61f22b1db2
commit
625979b665
11 changed files with 134 additions and 131 deletions
|
|
@ -218,7 +218,7 @@ where
|
|||
fn overlay(
|
||||
&mut self,
|
||||
layout: Layout<'_>,
|
||||
) -> Option<Overlay<'a, Message, Renderer>> {
|
||||
) -> Option<Overlay<'_, Message, Renderer>> {
|
||||
self.content.overlay(layout.children().next().unwrap())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue