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
Ukililee committed Jun 1, 2021
1 parent ffb5c7a commit fdc6875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/actors/socket_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ impl StreamHandler<Result<ws::Message, ws::ProtocolError>> for SocketSession {
let m = text.trim();
if m.starts_with('/') {
let v: Vec<&str> = m.splitn(2, ' ').collect();
if v
if v[0] == "/subscribe" {

0 comments on commit fdc6875

Please sign in to comment.