Fix scroll when re-opening a conversation
This commit is contained in:
parent
fd3a72d435
commit
a835887459
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
|
||||
render: function() {
|
||||
Whisper.Layout.setContent(this.$el.show());
|
||||
this.view.scrollToBottom();
|
||||
return this;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue