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}