You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Add tabIndex to the button to make it keyboard focusable
Signed-off-by: Marco Zehe <marcozehe@mailbox.org>
This commit is contained in:
@@ -129,6 +129,7 @@ export default class ReactionsRowButton extends React.PureComponent {
|
|||||||
return <span className={classes}
|
return <span className={classes}
|
||||||
role="button"
|
role="button"
|
||||||
aria-label={label}
|
aria-label={label}
|
||||||
|
tabindex="0"
|
||||||
onClick={this.onClick}
|
onClick={this.onClick}
|
||||||
onMouseOver={this.onMouseOver}
|
onMouseOver={this.onMouseOver}
|
||||||
onMouseOut={this.onMouseOut}
|
onMouseOut={this.onMouseOut}
|
||||||
|
|||||||
Reference in New Issue
Block a user