Skip to content

Commit

Permalink
fix: Remove the condition to check the context menu when opening Mini…
Browse files Browse the repository at this point in the history
…ReportActionContextMenu
  • Loading branch information
tienifr committed Feb 24, 2023
1 parent 2df7f86 commit 0336849
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ class ReportActionItem extends Component {
displayAsGroup={this.props.displayAsGroup}
isVisible={
hovered
&& !this.state.isContextMenuActive
&& !this.props.draftMessage
}
draftMessage={this.props.draftMessage}
Expand Down

0 comments on commit 0336849

Please sign in to comment.