Get scrolling right on conversation load

pull/749/head
lilia 11 years ago
parent f5c7be7d35
commit 9fe99adf0c

@ -41,6 +41,11 @@
this.view.render();
window.addEventListener('resize', this.view.resize.bind(this.view));
setTimeout(function() {
this.view.resize();
this.view.scrollToBottom();
}.bind(this), 0);
},
events: {

Loading…
Cancel
Save