Skip to content
Snippets Groups Projects
Unverified Commit ea4e5d10 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #12179 from KDSBrowne/bbb-fix-chat-with-sr

Make Screen Readers Auto Announce Chat Messages
parents d3acfa4c 04fe59bb
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,7 @@ class TimeWindowList extends PureComponent {
className={styles.messageListWrapper}
key="chat-list"
data-test="chatMessages"
aria-live="polite"
ref={node => this.messageListWrapper = node}
>
<AutoSizer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment