parent
5ab79effd2
commit
fe07bf6637
@ -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 New Issue
Block a user