Skip to content

Commit

Permalink
fix: revert changes for hover lost
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Aug 21, 2023
1 parent f84dd4b commit 00f6e4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ class PopoverReportActionContextMenu extends React.Component {
vertical: nativeEvent.pageY - y,
},
popoverAnchorPosition: {
horizontal: nativeEvent.pageX + CONST.MODAL.POPOVER_ANCHOR_SHIFT,
vertical: nativeEvent.pageY - CONST.MODAL.POPOVER_ANCHOR_SHIFT,
horizontal: nativeEvent.pageX,
vertical: nativeEvent.pageY,
},
type,
reportID,
Expand Down

0 comments on commit 00f6e4f

Please sign in to comment.