Merge pull request #1999 from Wolfsblvt/fix-autoscroll-firefox

Fix autoscroll stop not working on Firefox
This commit is contained in:
Cohee
2024-04-02 00:26:16 +03:00
committed by GitHub

View File

@@ -8592,7 +8592,7 @@ jQuery(async function () {
$('#groupCurrentMemberListToggle .inline-drawer-icon').trigger('click');
}, 200);
$('#chat').on('mousewheel touchstart', () => {
$('#chat').on('wheel touchstart', () => {
scrollLock = true;
});