diff --git a/client/js/lounge.js b/client/js/lounge.js index e7ddb02f..539eb975 100644 --- a/client/js/lounge.js +++ b/client/js/lounge.js @@ -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") {