diff --git a/public/script.js b/public/script.js index 8252c0b79..0ddd66696 100644 --- a/public/script.js +++ b/public/script.js @@ -8587,7 +8587,7 @@ jQuery(async function () { $('#groupCurrentMemberListToggle .inline-drawer-icon').trigger('click'); }, 200); - $('#chat').on('mousewheel touchstart', () => { + $('#chat').on('wheel touchstart', () => { scrollLock = true; });