Resize inbox listview after it finishes loading
Ensures that scrollbars are properly setup on load.
This commit is contained in:
parent
4422582ab7
commit
d5c85dfbd8
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
|
|
||||||
this.$el.addClass('loading');
|
this.$el.addClass('loading');
|
||||||
this.conversations.fetchActive({reset: true}).then(function() {
|
this.conversations.fetchActive({reset: true}).then(function() {
|
||||||
|
this.inbox.resize();
|
||||||
this.$el.removeClass('loading');
|
this.$el.removeClass('loading');
|
||||||
window.conversations = this.conversations; // debug
|
window.conversations = this.conversations; // debug
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|
Loading…
Reference in a new issue