Merge pull request #1528 from mtkennerly/bugfix/pick-list-transition

#1484, #1527: Fix overlay transition
This commit is contained in:
Héctor Ramón 2022-11-15 17:04:37 +01:00 committed by GitHub
commit 042020b016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -285,6 +285,10 @@ where
&mut shell,
);
if matches!(event_status, event::Status::Captured) {
self.overlay = None;
}
shell.revalidate_layout(|| {
self.base = renderer.layout(
&self.root,