Message List: Fix scrolling to incoming message

This commit is contained in:
Alexander Zinchuk 2021-08-21 13:33:24 +03:00
parent 97479b4af6
commit 2d7b28401f

View File

@ -357,10 +357,6 @@ const MessageList: FC<OwnProps & StateProps & DispatchProps> = ({
lastItemElement, lastItemElement,
'end', 'end',
BOTTOM_FOCUS_MARGIN, BOTTOM_FOCUS_MARGIN,
undefined,
undefined,
undefined,
true,
); );
}); });
} }