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\
|
||||
draggable="false"\
|
||||
class="${className}"\
|
||||
src={src}\
|
||||
src="${src}"\
|
||||
alt="${emoji}"\
|
||||
/>`,
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user