add aria-live to time-window-list

This commit is contained in:
KDSBrowne 2021-04-27 20:21:12 +00:00
parent d3acfa4cce
commit 04fe59bb41

View File

@ -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>