Browse Source

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

JC Brand 9 years ago
parent
commit
128317692d
1 changed files with 2 additions and 0 deletions
  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();
                     }
                 },