Resize inbox listview after it finishes loading

Ensures that scrollbars are properly setup on load.
This commit is contained in:
lilia 2015-02-08 09:02:51 -10:00
parent 4422582ab7
commit d5c85dfbd8
1 changed files with 1 additions and 0 deletions

View File

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