mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-16 18:36:10 +02:00
fix autoscroll button
This commit is contained in:
parent
bd93622d8f
commit
f651811359
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@
|
||||||
mPrintTime = true;
|
mPrintTime = true;
|
||||||
|
|
||||||
con.value += e.data.replace(/\<rn\>/g, '\r\n');
|
con.value += e.data.replace(/\<rn\>/g, '\r\n');
|
||||||
con.scrollTop = con.scrollHeight;
|
if(mAutoScroll)
|
||||||
|
con.scrollTop = con.scrollHeight;
|
||||||
}, false);
|
}, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue