Fix scroll when re-opening a conversation

This commit is contained in:
lilia 2014-11-17 22:28:33 -08:00
parent fd3a72d435
commit a835887459

View file

@ -58,6 +58,7 @@
render: function() {
Whisper.Layout.setContent(this.$el.show());
this.view.scrollToBottom();
return this;
}
});