mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Get scrolling right on conversation load
This commit is contained in:
@@ -41,6 +41,11 @@
|
||||
this.view.render();
|
||||
|
||||
window.addEventListener('resize', this.view.resize.bind(this.view));
|
||||
|
||||
setTimeout(function() {
|
||||
this.view.resize();
|
||||
this.view.scrollToBottom();
|
||||
}.bind(this), 0);
|
||||
},
|
||||
|
||||
events: {
|
||||
|
||||
Reference in New Issue
Block a user