For example, triple-clicking a paragraph usually selects the entire paragraph, but with copy-paste only text, it now stops at the invisible text, rather than selecting the entire paragraph. [Copy-paste only text] Try it out by triple-clicking the text in this paragraph (if you have a mouse). : boolean } const CopyPasteOnly = ( { children , inline } : Props ) => ( < Container aria-hidden inline = { inline } > { children } </ Container > ) export default CopyPasteOnly