fix autoscroll button

This commit is contained in:
lumapu 2022-09-08 23:08:44 +02:00
parent bd93622d8f
commit f651811359

View file

@ -59,7 +59,8 @@
mPrintTime = true;
con.value += e.data.replace(/\<rn\>/g, '\r\n');
con.scrollTop = con.scrollHeight;
if(mAutoScroll)
con.scrollTop = con.scrollHeight;
}, false);
}