Skip to content

Commit

Permalink
use pointerEvents prop instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Sep 11, 2023
1 parent ba44afa commit 1454d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/UnreadActionIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ function UnreadActionIndicator(props) {
<View
accessibilityLabel={props.translate('accessibilityHints.newMessageLineIndicator')}
data-action-id={props.reportActionID}
style={[styles.unreadIndicatorContainer, styles.userSelectNone, styles.pointerEventsNone]}
pointerEvents="none"
style={[styles.unreadIndicatorContainer, styles.userSelectNone]}
dataSet={{[CONST.SELECTION_SCRAPER_HIDDEN_ELEMENT]: true}}
>
<View style={styles.unreadIndicatorLine} />
Expand Down

0 comments on commit 1454d20

Please sign in to comment.