From a835887459ea7df8ccf4677dc6abe5676ed9ccc4 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 17 Nov 2014 22:28:33 -0800 Subject: [PATCH] Fix scroll when re-opening a conversation --- js/views/conversation_view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/views/conversation_view.js b/js/views/conversation_view.js index 9f4d61239..f3696e882 100644 --- a/js/views/conversation_view.js +++ b/js/views/conversation_view.js @@ -58,6 +58,7 @@ render: function() { Whisper.Layout.setContent(this.$el.show()); + this.view.scrollToBottom(); return this; } });