Composer: Fix emoji rendering on non-Apple systems (#259)
This commit is contained in:
parent
3222aa0d16
commit
b22f2f4253
@ -134,7 +134,7 @@ function replaceEmojis(textParts: TextPart[], size: 'big' | 'small', type: 'jsx'
|
|||||||
`<img\
|
`<img\
|
||||||
draggable="false"\
|
draggable="false"\
|
||||||
class="${className}"\
|
class="${className}"\
|
||||||
src={src}\
|
src="${src}"\
|
||||||
alt="${emoji}"\
|
alt="${emoji}"\
|
||||||
/>`,
|
/>`,
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user