Touch chat window to cancel auto scroll on mobile

This commit is contained in:
Cohee
2023-07-03 18:17:10 +03:00
parent 25e3005de9
commit 9ab7265053

View File

@ -6489,7 +6489,7 @@ $(document).ready(function () {
updateVisibleDivs('#rm_print_characters_block', true);
}, 5));
$("#chat").on('mousewheel', () => {
$("#chat").on('mousewheel touchstart', () => {
scrollLock = true;
});