Skip to content

Commit

Permalink
If egui doesn't have an accessibility update, assume Bevy should mana…
Browse files Browse the repository at this point in the history
…ge updates again.
  • Loading branch information
ndarilek committed Dec 29, 2023
1 parent f61300e commit bdab543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,8 @@ fn update_accessibility(
if let Some(update) = &output.platform_output.accesskit_update {
**manage_accessibility_updates = false;
adapter.update_if_active(|| update.clone());
} else if !**manage_accessibility_updates {
**manage_accessibility_updates = true;
}
}
}
Expand Down

0 comments on commit bdab543

Please sign in to comment.