Tune aria-live regions around clocks/timers (#7735)
This commit is contained in:
parent
4501308b47
commit
773c7f46b7
4 changed files with 11 additions and 6 deletions
|
@ -227,7 +227,7 @@ export default class CallEvent extends React.PureComponent<IProps, IState> {
|
|||
if (state === CallState.Connected) {
|
||||
return (
|
||||
<div className="mx_CallEvent_content">
|
||||
<Clock seconds={this.state.length} />
|
||||
<Clock seconds={this.state.length} aria-live="off" />
|
||||
{ this.props.timestamp }
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue