Skip to content

Commit

Permalink
Merge pull request #6429 from Expensify/revert-6083-sidferreira-5972-…
Browse files Browse the repository at this point in the history
…mini-action-menu

Revert "Ensures mini actions menu will disappear when attachment modal opens up"
  • Loading branch information
stitesExpensify authored Nov 23, 2021
2 parents 0fe78ba + 8b83daa commit d3ba995
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 @@ -149,7 +149,7 @@ class ReportActionItem extends Component {
preventDefaultContentMenu={!this.props.draftMessage}

>
<Hoverable resetsOnClickOutside>
<Hoverable resetsOnClickOutside={false}>
{hovered => (
<View>
{this.props.shouldDisplayNewIndicator && (
Expand Down

0 comments on commit d3ba995

Please sign in to comment.