Commit 15e55bff by Sixong.Zhu

style

parent 43bd9273
Showing with 2 additions and 0 deletions
......@@ -197,6 +197,8 @@ export default class MessageList extends Vue {
this.scollWrapper.addEventListener("scroll", this.handleScroll);
this.saveScrollToBottomFunc(this.scrollToNewMsg);
this.scrollToNewMsg();
// force scroll end
setTimeout(() => this.scrollToNewMsg(), 100);
}
public beforeDestroy() {
......
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 sign in to comment