Add fix for slow scrolling when holding pg-up/pg-dn

Fixes #1022
This commit is contained in:
Alistair McKinlay 2017-04-24 12:01:24 +01:00
parent 5ab79effd2
commit fe07bf6637

View file

@ -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") {