Browse Source

fix

pull/176/head
AlphaX-Projects 1 year ago
parent
commit
02a78173a3
  1. 1
      plugins/plugins/core/components/ChatPage.js

1
plugins/plugins/core/components/ChatPage.js

@ -1459,6 +1459,7 @@ class ChatPage extends LitElement {
this.shadowRoot.querySelector("chat-scroller").shadowRoot.getElementById("downObserver")
.scrollIntoView({
behavior: 'smooth',
block: 'nearest',
});
}}>
</vaadin-icon>

Loading…
Cancel
Save