remove aria-live from chat message list wrapper
This commit is contained in:
parent
440ba4f733
commit
b3a6c0be98
@ -329,7 +329,6 @@ class TimeWindowList extends PureComponent {
|
||||
}}
|
||||
key="chat-list"
|
||||
data-test="chatMessages"
|
||||
aria-live="polite"
|
||||
ref={node => this.messageListWrapper = node}
|
||||
onCopy={(e) => { e.stopPropagation(); }}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user