Sticker Button: Remove shadow preview when playing
This commit is contained in:
parent
842e86cd4c
commit
1cbf552944
@ -83,7 +83,7 @@ const StickerButton: FC<OwnProps> = ({
|
|||||||
className,
|
className,
|
||||||
);
|
);
|
||||||
|
|
||||||
const style = thumbDataUri ? `background-image: url('${thumbDataUri}');` : '';
|
const style = thumbDataUri && !canAnimatedPlay ? `background-image: url('${thumbDataUri}');` : '';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user