mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-11 08:55:23 +03:00
chat: scrollToBottom on mount for FF
This commit is contained in:
parent
a212a5dc69
commit
948dbe85e7
@ -32,6 +32,7 @@ export class ChatScreen extends Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
this.scrollToBottom();
|
||||
this.updateReadNumber();
|
||||
this.askForMessages();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user