mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 06:11:32 +01:00
Revisit resize and scroll logic once more
Wait a little longer on initial scroll down. Previous timeout sometimes triggered before all text is finished rendering. Remove redundant resize calls.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
setTimeout(function() {
|
||||
this.view.resize();
|
||||
this.view.scrollToBottom();
|
||||
}.bind(this), 0);
|
||||
}.bind(this), 10);
|
||||
},
|
||||
|
||||
events: {
|
||||
|
||||
Reference in New Issue
Block a user