Skip to content

Commit

Permalink
Update lazy/src/responsive.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Héctor Ramón <hector0193@gmail.com>
  • Loading branch information
tarkah and hecrj authored Apr 18, 2023
1 parent ac7b77f commit f42fb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazy/src/responsive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f42fb6a

Please sign in to comment.