Composer: Fix video emoji displayed black (#3412)
This commit is contained in:
parent
e5bae9adcd
commit
18bfe2bd96
@ -238,7 +238,7 @@ async function createPlayer({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (customEmoji.isVideo) {
|
if (customEmoji.isVideo) {
|
||||||
const style = colorFilter ? `filter: ${colorFilter};` : undefined;
|
const style = customEmoji.shouldUseTextColor && colorFilter ? `filter: ${colorFilter};` : undefined;
|
||||||
const absoluteVideo = new AbsoluteVideo(
|
const absoluteVideo = new AbsoluteVideo(
|
||||||
mediaUrl,
|
mediaUrl,
|
||||||
absoluteContainerRef.current!,
|
absoluteContainerRef.current!,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user