Fixed scrolling behavior, reply, cross channel messages and gg navigation #66
@ -191,7 +191,7 @@ class MessageList extends HTMLElement {
|
||||
return this.isElementVisible(this.firstElementChild);
|
||||
}
|
||||
scrollToBottom(force = false, behavior= 'instant') {
|
||||
if (force || this.isScrolledToBottom()) {
|
||||
if (force || !this.isScrolledToBottom()) {
|
||||
this.firstElementChild.scrollIntoView({ behavior, block: 'start' });
|
||||
setTimeout(() => {
|
||||
this.firstElementChild.scrollIntoView({ behavior, block: 'start' });
|
||||
|
Loading…
Reference in New Issue
Block a user