Skip to content

Commit

Permalink
Merge pull request #25873 from allroundexperts/fix-24591
Browse files Browse the repository at this point in the history
fix: suppress highlight on iOS for workspace bills
  • Loading branch information
MonilBhavsar authored Aug 25, 2023
2 parents fd407e2 + 5ec44ab commit 34d4e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Pressable/PressableWithDelayToggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ function PressableWithDelayToggle(props) {
ref={props.innerRef}
onPress={updatePressState}
accessibilityLabel={tooltipText}
suppressHighlighting={props.inline ? true : undefined}
>
<>
{props.inline && labelText}
Expand Down

0 comments on commit 34d4e54

Please sign in to comment.