diff options
-rw-r--r-- | lazy/src/responsive.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lazy/src/responsive.rs b/lazy/src/responsive.rs index 2f097ff5..88ed6312 100644 --- a/lazy/src/responsive.rs +++ b/lazy/src/responsive.rs @@ -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); |