Update lazy/src/responsive.rs

Co-authored-by: Héctor Ramón <hector0193@gmail.com>
This commit is contained in:
Cory Forsstrom 2023-04-17 19:04:27 -07:00 committed by GitHub
parent ac7b77f59c
commit f42fb6af54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,7 +206,7 @@ where
);
if local_shell.is_layout_invalid() {
let _ = content.layout.take();
content.layout = None;
}
shell.merge(local_shell, std::convert::identity);