fix autoscroll button

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

View file

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