We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb0110d + 2c4b9c9 commit b48ded2Copy full SHA for b48ded2
src/pages/home/report/ReportActionItem.js
@@ -112,6 +112,8 @@ class ReportActionItem extends Component {
112
if (this.props.draftMessage) {
113
return;
114
}
115
+
116
+ this.setState({isContextMenuActive: true});
117
const selection = SelectionScraper.getCurrentSelection();
118
ReportActionContextMenu.showContextMenu(
119
ContextMenuActions.CONTEXT_MENU_TYPES.REPORT_ACTION,
@@ -121,7 +123,7 @@ class ReportActionItem extends Component {
121
123
this.props.report.reportID,
122
124
this.props.action,
125
this.props.draftMessage,
- this.checkIfContextMenuActive,
126
+ undefined,
127
this.checkIfContextMenuActive,
128
);
129
0 commit comments