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
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"
|
||||
title={this.props.title}
|
||||
aria-hidden={true}
|
||||
>
|
||||
{items}
|
||||
</span>;
|
||||
|
||||
Reference in New Issue
Block a user