You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Merge pull request #2986 from matrix-org/travis/sr/reactions
Mute screen readers over reactions
This commit is contained in:
@@ -168,6 +168,7 @@ export default class ReactionDimension extends React.PureComponent {
|
|||||||
|
|
||||||
return <span className="mx_ReactionDimension"
|
return <span className="mx_ReactionDimension"
|
||||||
title={this.props.title}
|
title={this.props.title}
|
||||||
|
aria-hidden={true}
|
||||||
>
|
>
|
||||||
{items}
|
{items}
|
||||||
</span>;
|
</span>;
|
||||||
|
|||||||
Reference in New Issue
Block a user