Fix accessibility crash with stashed children (#598)

This commit is contained in:
Olivier FAURE 2024-09-18 16:58:15 +02:00 committed by GitHub
parent 0d56c592f5
commit 6c91b74e97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -70,9 +70,6 @@ fn build_accessibility_tree(
|widget, mut state| {
// TODO - We don't skip updating stashed items because doing so
// is error-prone. We may want to revisit that decision.
if state.item.is_stashed {
return;
}
build_accessibility_tree(
global_state,
tree_update,