From f42fb6af54ea6057a8476704c6756b59c3f3d631 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Mon, 17 Apr 2023 19:04:27 -0700 Subject: Update lazy/src/responsive.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Héctor Ramón --- lazy/src/responsive.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lazy') 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); -- cgit