Skip to content

Commit

Permalink
Merge pull request #27171 from tienifr/fix/26041
Browse files Browse the repository at this point in the history
Fix: Incorrect tooltip position when hovering over email
  • Loading branch information
tylerkaraszewski authored Sep 13, 2023
2 parents 3f61f61 + 1454d20 commit 86d37d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/UnreadActionIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function UnreadActionIndicator(props) {
<View
accessibilityLabel={props.translate('accessibilityHints.newMessageLineIndicator')}
data-action-id={props.reportActionID}
pointerEvents="none"
style={[styles.unreadIndicatorContainer, styles.userSelectNone]}
dataSet={{[CONST.SELECTION_SCRAPER_HIDDEN_ELEMENT]: true}}
>
Expand Down

0 comments on commit 86d37d6

Please sign in to comment.