mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-21 21:01:29 +01:00
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,
|
||||
);
|
||||
|
||||
const style = thumbDataUri ? `background-image: url('${thumbDataUri}');` : '';
|
||||
const style = thumbDataUri && !canAnimatedPlay ? `background-image: url('${thumbDataUri}');` : '';
|
||||
|
||||
return (
|
||||
<div
|
||||
|
Loading…
x
Reference in New Issue
Block a user