Merge pull request #1078 from thelounge/1022-slow-scrolling

Add fix for slow scrolling when holding pg-up/pg-dn
This commit is contained in:
Jérémie Astori 2017-04-26 13:47:40 +02:00 committed by GitHub
commit 06af65cf01

View file

@ -1256,6 +1256,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") {