Fix autoscroll stop not working on firefox

This commit is contained in:
Wolfsblvt
2024-04-01 23:12:54 +02:00
parent 6aa97c73e9
commit 1be9551e9a

View File

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