Comments are reverse

9b97d88aeeebb1ebd8c4925ccde2819040ee3d22

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +2 -2Showing whitespace changes
public/script.js+2 -2
@@ -9261,12 +9261,12 @@ jQuery(async function () {
92619261
92629262 const scrollIsAtBottom = Math.abs(chatElementScroll.scrollHeight - chatElementScroll.clientHeight - chatElementScroll.scrollTop) < 1;
92639263
92649264 // CancelResume autoscroll if the user scrolls upto the bottom
92659265 if (scrollLock && scrollIsAtBottom) {
92669266 scrollLock = false;
92679267 }
92689268
92699269 // ResumeCancel autoscroll if the user scrolls to the bottomup
92709270 if (!scrollLock && !scrollIsAtBottom) {
92719271 scrollLock = true;
92729272 }