fix text selection on text

pull/2212/head
Audric Ackermann 3 years ago
parent 7bc81038a1
commit d2fc384d16
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -41,5 +41,5 @@ export const Emojify = (props: Props): JSX.Element => {
default:
}
return <span style={{ fontSize: `${size}em` }}>{rendered}</span>;
return <span style={{ fontSize: `${size}em`, userSelect: 'inherit' }}>{rendered}</span>;
};

Loading…
Cancel
Save