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:
commit
06af65cf01
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user