Message / Avatar: Fix redundant transitions

This commit is contained in:
Alexander Zinchuk 2025-08-21 12:05:03 +02:00
parent a1889b2f6f
commit d10dfa93c0

View File

@ -126,6 +126,7 @@ const SenderGroupContainer: FC<OwnProps & StateProps> = ({
shouldRender, shouldRender,
} = useShowTransition({ } = useShowTransition({
isOpen: withAvatar && isShown, isOpen: withAvatar && isShown,
noMountTransition: isShown,
withShouldRender: true, withShouldRender: true,
}); });