Skip to content

Commit

Permalink
fix regression where mini menu items weren't displaying correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Mar 5, 2023
1 parent 55834f6 commit 1cb6d60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/ContextMenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ class ContextMenuItem extends Component {
return (
this.props.isMini
? (
<BaseMiniContextMenuItem tooltipText={text} onPress={this.triggerPressAndUpdateSuccess}>
<BaseMiniContextMenuItem
tooltipText={text}
onPress={this.triggerPressAndUpdateSuccess}
isDelayButtonStateComplete={this.props.isDelayButtonStateComplete}
>
{({hovered, pressed}) => (
<Icon
small
Expand Down

0 comments on commit 1cb6d60

Please sign in to comment.