Added `type={"button"}` to anchors.js
parent
f654ef4050
commit
0cfb0787ab
|
@ -43,6 +43,7 @@ export default class Anchors extends React.PureComponent {
|
||||||
aria-label={i18n.categories[id]}
|
aria-label={i18n.categories[id]}
|
||||||
title={i18n.categories[id]}
|
title={i18n.categories[id]}
|
||||||
data-index={i}
|
data-index={i}
|
||||||
|
type={"button"}
|
||||||
onClick={this.handleClick}
|
onClick={this.handleClick}
|
||||||
className={`emoji-mart-anchor ${
|
className={`emoji-mart-anchor ${
|
||||||
isSelected ? 'emoji-mart-anchor-selected' : ''
|
isSelected ? 'emoji-mart-anchor-selected' : ''
|
||||||
|
|
Loading…
Reference in New Issue