chat: Scroll down after the chatNewMessage hook finishes

This commit is contained in:
Richard Hansen 2021-10-25 19:50:49 -04:00
parent 195a6bd81b
commit 3f7f629eeb

View file

@ -202,8 +202,8 @@ exports.chat = (() => {
});
}
}
if (!isHistoryAdd) this.scrollDown();
});
if (!isHistoryAdd) this.scrollDown();
},
init(pad) {
this._pad = pad;