Skip to content

Commit

Permalink
fixed: not the entire button area of the action dropdown buttons was …
Browse files Browse the repository at this point in the history
…clickable
  • Loading branch information
TanninOne committed Apr 20, 2018
1 parent 139c7c2 commit e75e461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controls/ActionDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class DropdownMenu extends React.Component<IProps, {}> {
data-value={actions[0].title}
onClick={actions[0].show ? this.triggerDefault : undefined}
title={genTooltip(actions[0].show)}
style={{ width: '100%', height: '100%' }}
>
<Icon name={actions[0].icon} />
{actions[0].title}
Expand Down

0 comments on commit e75e461

Please sign in to comment.