mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
parent
5ab79effd2
commit
fe07bf6637
1 changed files with 3 additions and 0 deletions
|
@ -1271,6 +1271,9 @@ $(function() {
|
|||
"pagedown"
|
||||
], function(e, key) {
|
||||
let container = windows.find(".window.active");
|
||||
if (container.is(":animated")) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Chat windows scroll message container
|
||||
if (container.attr("id") === "chat-container") {
|
||||
|
|
Loading…
Reference in a new issue