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) {
|
||||
const style = colorFilter ? `filter: ${colorFilter};` : undefined;
|
||||
const style = customEmoji.shouldUseTextColor && colorFilter ? `filter: ${colorFilter};` : undefined;
|
||||
const absoluteVideo = new AbsoluteVideo(
|
||||
mediaUrl,
|
||||
absoluteContainerRef.current!,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user