mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
chat: Scroll down after the chatNewMessage
hook finishes
This commit is contained in:
parent
195a6bd81b
commit
3f7f629eeb
1 changed files with 1 additions and 1 deletions
|
@ -202,8 +202,8 @@ exports.chat = (() => {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!isHistoryAdd) this.scrollDown();
|
||||||
});
|
});
|
||||||
if (!isHistoryAdd) this.scrollDown();
|
|
||||||
},
|
},
|
||||||
init(pad) {
|
init(pad) {
|
||||||
this._pad = pad;
|
this._pad = pad;
|
||||||
|
|
Loading…
Reference in a new issue