mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Resize inbox listview after it finishes loading
Ensures that scrollbars are properly setup on load.
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
this.$el.addClass('loading');
|
||||
this.conversations.fetchActive({reset: true}).then(function() {
|
||||
this.inbox.resize();
|
||||
this.$el.removeClass('loading');
|
||||
window.conversations = this.conversations; // debug
|
||||
}.bind(this));
|
||||
|
||||
Reference in New Issue
Block a user