fix: added missing call to onOpen (#1378)

This commit is contained in:
Nan Yu
2020-07-21 21:35:27 -07:00
committed by GitHub
parent 003d82fe8a
commit 2cc6d7add8

View File

@ -171,6 +171,7 @@ class IconPicker extends React.Component<Props> {
<LabelText>Icon</LabelText>
</label>
<DropdownMenu
onOpen={this.handleOpen}
label={
<LabelButton>
<Component role="button" color={this.props.color} size={30} />