Resize inbox listview after it finishes loading

Ensures that scrollbars are properly setup on load.
pull/749/head
lilia 10 years ago
parent 4422582ab7
commit d5c85dfbd8

@ -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));

Loading…
Cancel
Save