Commit 58d018e8 authored by JC Brand's avatar JC Brand

Bugfix. Don't scroll down when user manually scrolled up

parent cf249765
......@@ -30,7 +30,6 @@ class ChatContent extends CustomElement {
if (!this.chatview.model.get('scrolled')) {
this.parentElement.scrollTop = this.parentElement.scrollHeight;
}
this.parentElement.scrollTop = this.parentElement.scrollHeight;
}
updated () {
......
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