Composer: delay only for forwarded messaged (#4180)
This commit is contained in:
parent
21aefeffef
commit
5b821bd350
@ -103,7 +103,7 @@ const ComposerEmbeddedMessage: FC<OwnProps & StateProps> = ({
|
|||||||
);
|
);
|
||||||
const canAnimate = useAsyncRendering(
|
const canAnimate = useAsyncRendering(
|
||||||
[isShown],
|
[isShown],
|
||||||
isShown ? FORWARD_RENDERING_DELAY : undefined,
|
isForwarding ? FORWARD_RENDERING_DELAY : undefined,
|
||||||
);
|
);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user