Fix rendering of messages with primarily RTL text

This commit is contained in:
Scott Nonnenberg 2022-03-22 17:12:06 -07:00 committed by GitHub
parent 110eeb0f63
commit 04ef741236
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 92 deletions

View file

@ -104,7 +104,7 @@ export function MessageBody({
};
return (
<span dir="auto">
<span>
{disableLinks ? (
renderEmoji({
i18n,