瀏覽代碼

Scroll down when maximizing a chat

Otherwise maximized chats are scrolled to the top, showing the oldest messages.

Ideally we'd probably like to remember the scroll position, and show that, but
this would require some significant refactoring.
JC Brand 9 年之前
父節點
當前提交
6d766f684f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/converse-minimize.js

+ 1 - 0
src/converse-minimize.js

@@ -144,6 +144,7 @@
                     utils.refreshWebkit();
                     this.$content.scrollTop(this.model.get('scroll'));
                     this.setChatState(converse.ACTIVE).focus();
+                    this.scrollDown();
                     converse.emit('chatBoxMaximized', this);
                 },