diff options
Diffstat (limited to 'lazy/src/component.rs')
-rw-r--r-- | lazy/src/component.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lazy/src/component.rs b/lazy/src/component.rs index 847afbd8..eac7e8ee 100644 --- a/lazy/src/component.rs +++ b/lazy/src/component.rs @@ -396,7 +396,7 @@ where &mut local_shell, ) }) - .unwrap_or_else(|| iced_native::event::Status::Ignored); + .unwrap_or(iced_native::event::Status::Ignored); local_shell.revalidate_layout(|| shell.invalidate_layout()); |