Update lazy/src/responsive.rs
Co-authored-by: Héctor Ramón <hector0193@gmail.com>
This commit is contained in:
parent
ac7b77f59c
commit
f42fb6af54
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ where
|
||||||
);
|
);
|
||||||
|
|
||||||
if local_shell.is_layout_invalid() {
|
if local_shell.is_layout_invalid() {
|
||||||
let _ = content.layout.take();
|
content.layout = None;
|
||||||
}
|
}
|
||||||
|
|
||||||
shell.merge(local_shell, std::convert::identity);
|
shell.merge(local_shell, std::convert::identity);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue