mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-21 21:01:29 +01:00
Message List: Fix history back transition
This commit is contained in:
parent
17b6afb368
commit
175dbd52bf
@ -256,7 +256,12 @@ const Transition: FC<TransitionProps> = ({
|
|||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div ref={containerRef} id={id} className={buildClassName('Transition', className, name)} teactFastList>
|
<div
|
||||||
|
ref={containerRef}
|
||||||
|
id={id}
|
||||||
|
className={buildClassName('Transition', className, name)}
|
||||||
|
teactFastList={!shouldCleanup}
|
||||||
|
>
|
||||||
{contents}
|
{contents}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user