mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Merge pull request #4074 from MarcoZehe/SpeakFullTypingIndicator
Always speak the full text of the typing indicator when it updates.
This commit is contained in:
commit
e2b7be84b2
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ export default createReactClass({
|
|||
}
|
||||
|
||||
return (
|
||||
<li className="mx_WhoIsTypingTile">
|
||||
<li className="mx_WhoIsTypingTile" aria-atomic="true">
|
||||
<div className="mx_WhoIsTypingTile_avatars">
|
||||
{ this._renderTypingIndicatorAvatars(usersTyping, this.props.whoIsTypingLimit) }
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue