1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

fix: CIDER formatting buttons on Safari

This commit is contained in:
Germain Souquet
2021-03-22 15:05:22 +00:00
parent cfbcf12e1d
commit 0db31dfeae
2 changed files with 4 additions and 2 deletions

View File

@@ -85,8 +85,8 @@ class FormatButton extends React.PureComponent {
return (
<AccessibleTooltipButton
as="span"
role="button"
element="button"
type="button"
onClick={this.props.onClick}
title={this.props.label}
tooltip={tooltip}