mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix autoscroll stop not working on firefox
This commit is contained in:
@ -8587,7 +8587,7 @@ jQuery(async function () {
|
||||
$('#groupCurrentMemberListToggle .inline-drawer-icon').trigger('click');
|
||||
}, 200);
|
||||
|
||||
$('#chat').on('mousewheel touchstart', () => {
|
||||
$('#chat').on('wheel touchstart', () => {
|
||||
scrollLock = true;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user