Skip to content

Commit

Permalink
remove hidden attribute from aria-live elements, see phetsims/chipper…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejanpro committed Jul 26, 2022
1 parent 7b57010 commit 5bc8fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,5 @@ impl QueryManager {
} else {
tracing::trace!("{} {} sync err", parent.hdr.root, parent.hdr.id);
}
self.recv_sync(parent.hdr, r
self.recv_sync(parent.hdr, res);
}

0 comments on commit 5bc8fed

Please sign in to comment.