Merge pull request #2986 from matrix-org/travis/sr/reactions

Mute screen readers over reactions
This commit is contained in:
Travis Ralston 2019-05-17 08:40:53 -06:00 committed by GitHub
commit 7a244b85c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>;