浏览代码

Wasn't explicitly scrolling down if the chat was already visible.

JC Brand 9 年之前
父节点
当前提交
128317692d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/converse-chatview.js

+ 2 - 0
src/converse-chatview.js

@@ -347,6 +347,8 @@
                     }
                     if (this.shouldShowOnTextMessage()) {
                         this.show();
+                    } else {
+                        this.scrollDown();
                     }
                 },