Commit 12831769 authored by JC Brand's avatar JC Brand

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

parent d9a2c162
......@@ -347,6 +347,8 @@
}
if (this.shouldShowOnTextMessage()) {
this.show();
} else {
this.scrollDown();
}
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment