diff --git a/src/components/AnchorForCommentsOnly/BaseAnchorForCommentsOnly.js b/src/components/AnchorForCommentsOnly/BaseAnchorForCommentsOnly.js index 62790c7a5c45..77cc720445f9 100644 --- a/src/components/AnchorForCommentsOnly/BaseAnchorForCommentsOnly.js +++ b/src/components/AnchorForCommentsOnly/BaseAnchorForCommentsOnly.js @@ -46,7 +46,7 @@ const BaseAnchorForCommentsOnly = (props) => { } } > - + linkRef = el} style={StyleSheet.flatten([props.style, defaultTextStyle])} diff --git a/src/styles/styles.js b/src/styles/styles.js index 0d4e97012dec..3e961ef7c659 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -2732,6 +2732,7 @@ const styles = { userSelectText: { userSelect: 'text', + WebkitUserSelect: 'text', }, userSelectNone: {