Browse Source

Manually scroll down when switching fullscreen chats

JC Brand 6 years ago
parent
commit
536b42697c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/converse-chatview.js

+ 1 - 0
src/converse-chatview.js

@@ -1289,6 +1289,7 @@ converse.plugins.add('converse-chatview', {
             afterShown () {
                 this.model.clearUnreadMsgCounter();
                 this.setChatState(_converse.ACTIVE);
+                this.scrollDown();
                 this.focus();
             },