diff --git a/src/components/AnchorForCommentsOnly/BaseAnchorForCommentsOnly.js b/src/components/AnchorForCommentsOnly/BaseAnchorForCommentsOnly.js index b72d0fdea119..93e86e5171a2 100644 --- a/src/components/AnchorForCommentsOnly/BaseAnchorForCommentsOnly.js +++ b/src/components/AnchorForCommentsOnly/BaseAnchorForCommentsOnly.js @@ -88,7 +88,6 @@ function BaseAnchorForCommentsOnly({onPressIn, onPressOut, href = '', rel = '', event.preventDefault(); linkProps.onPress(); }} - suppressHighlighting // Add testID so it gets selected as an anchor tag by SelectionScraper testID="a" // eslint-disable-next-line react/jsx-props-no-spreading diff --git a/src/components/Banner.js b/src/components/Banner.js index 7ff1ab8210dc..bf2df7e3b0fc 100644 --- a/src/components/Banner.js +++ b/src/components/Banner.js @@ -88,7 +88,6 @@ function Banner(props) { {props.text} diff --git a/src/components/HTMLEngineProvider/HTMLRenderers/AnchorRenderer.js b/src/components/HTMLEngineProvider/HTMLRenderers/AnchorRenderer.js index 1cc0acf50926..f7086486637d 100644 --- a/src/components/HTMLEngineProvider/HTMLRenderers/AnchorRenderer.js +++ b/src/components/HTMLEngineProvider/HTMLRenderers/AnchorRenderer.js @@ -70,7 +70,6 @@ function AnchorRenderer(props) { diff --git a/src/components/ReportWelcomeText.js b/src/components/ReportWelcomeText.js index e0e5d25a1643..fb559ba29999 100644 --- a/src/components/ReportWelcomeText.js +++ b/src/components/ReportWelcomeText.js @@ -87,7 +87,6 @@ function ReportWelcomeText(props) { Navigation.navigate(ROUTES.getReportDetailsRoute(props.report.reportID))} - suppressHighlighting > {ReportUtils.getReportName(props.report)} @@ -106,7 +105,6 @@ function ReportWelcomeText(props) { Navigation.navigate(ROUTES.getProfileRoute(accountID))} - suppressHighlighting > {displayName} diff --git a/src/components/TextLink.js b/src/components/TextLink.js index 966c49ddbffe..a1b1cb4d1e8a 100644 --- a/src/components/TextLink.js +++ b/src/components/TextLink.js @@ -71,7 +71,6 @@ function TextLink(props) { onMouseDown={props.onMouseDown} onKeyDown={openLinkIfEnterKeyPressed} ref={props.forwardedRef} - suppressHighlighting // eslint-disable-next-line react/jsx-props-no-spreading {...rest} >