Merge pull request #1353 from tarkah/fix/overlay-status-capture

Don't process captured overlay statuses
This commit is contained in:
Héctor Ramón 2022-05-30 17:52:58 -04:00 committed by GitHub
commit 824bef6162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,6 +254,10 @@ where
.cloned()
.zip(overlay_statuses.into_iter())
.map(|(event, overlay_status)| {
if matches!(overlay_status, event::Status::Captured) {
return overlay_status;
}
let mut shell = Shell::new(messages);
let event_status = self.root.widget.on_event(