Explorar o código

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

JC Brand %!s(int64=9) %!d(string=hai) anos
pai
achega
128317692d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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();
                     }
                 },