fix(lobby) fix opening lobby chat after API change
This commit is contained in:
parent
adcd9a501b
commit
b535b8c583
|
@ -286,7 +286,7 @@ class LobbyScreen extends AbstractLobbyScreen<Props> {
|
||||||
*/
|
*/
|
||||||
_scrollMessageContainerToBottom(withAnimation) {
|
_scrollMessageContainerToBottom(withAnimation) {
|
||||||
if (this._messageContainerRef.current) {
|
if (this._messageContainerRef.current) {
|
||||||
this._messageContainerRef.current.scrollToBottom(withAnimation);
|
this._messageContainerRef.current.scrollToElement(withAnimation);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue