mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-21 12:51:22 +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 (
|
||||
<div ref={containerRef} id={id} className={buildClassName('Transition', className, name)} teactFastList>
|
||||
<div
|
||||
ref={containerRef}
|
||||
id={id}
|
||||
className={buildClassName('Transition', className, name)}
|
||||
teactFastList={!shouldCleanup}
|
||||
>
|
||||
{contents}
|
||||
</div>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user