Skip to content

Commit

Permalink
Merge pull request #28639 from getusha/fix-hover-lost-opening-popover…
Browse files Browse the repository at this point in the history
…-again

Fix: Hover effect lost after opening popover again before closing it
  • Loading branch information
pecanoro authored Oct 5, 2023
2 parents 5e4550b + 64d9c65 commit 1eae800
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 1eae800

Please sign in to comment.