Commit 536b4269 authored by JC Brand's avatar JC Brand

Manually scroll down when switching fullscreen chats

parent 4f67f352
...@@ -1289,6 +1289,7 @@ converse.plugins.add('converse-chatview', { ...@@ -1289,6 +1289,7 @@ converse.plugins.add('converse-chatview', {
afterShown () { afterShown () {
this.model.clearUnreadMsgCounter(); this.model.clearUnreadMsgCounter();
this.setChatState(_converse.ACTIVE); this.setChatState(_converse.ACTIVE);
this.scrollDown();
this.focus(); this.focus();
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment