mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Mute screen readers over reactions
This commit is contained in:
parent
d5aa489eb0
commit
82bd893f03
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ export default class ReactionDimension extends React.PureComponent {
|
|||
|
||||
return <span className="mx_ReactionDimension"
|
||||
title={this.props.title}
|
||||
aria-hidden={true}
|
||||
>
|
||||
{items}
|
||||
</span>;
|
||||
|
|
Loading…
Reference in a new issue