Merge pull request #2986 from matrix-org/travis/sr/reactions
Mute screen readers over reactions
This commit is contained in:
commit
7a244b85c1
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