mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-07 21:26:45 +02:00
chat: Scroll down after the chatNewMessage hook finishes
This commit is contained in:
parent
195a6bd81b
commit
3f7f629eeb
@ -202,8 +202,8 @@ exports.chat = (() => {
|
||||
});
|
||||
}
|
||||
}
|
||||
if (!isHistoryAdd) this.scrollDown();
|
||||
});
|
||||
if (!isHistoryAdd) this.scrollDown();
|
||||
},
|
||||
init(pad) {
|
||||
this._pad = pad;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user