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() {
|
render: function() {
|
||||||
Whisper.Layout.setContent(this.$el.show());
|
Whisper.Layout.setContent(this.$el.show());
|
||||||
|
this.view.scrollToBottom();
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue