Sticker Button: Remove shadow preview when playing

This commit is contained in:
Alexander Zinchuk 2021-11-09 21:21:37 +03:00
parent 842e86cd4c
commit 1cbf552944

View File

@ -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