Skip to content

Commit

Permalink
set isContextMenuActive value onShow
Browse files Browse the repository at this point in the history
  • Loading branch information
getusha committed Oct 2, 2023
1 parent 7dae708 commit 64d9c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function ReportActionItem(props) {
props.action.reportActionID,
originalReportID,
props.draftMessage,
() => {},
() => setIsContextMenuActive(true),
toggleContextMenuFromActiveReportAction,
ReportUtils.isArchivedRoom(originalReport),
ReportUtils.chatIncludesChronos(originalReport),
Expand Down

0 comments on commit 64d9c65

Please sign in to comment.