mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-12 16:36:38 +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;
|
||||
|
||||
con.value += e.data.replace(/\<rn\>/g, '\r\n');
|
||||
con.scrollTop = con.scrollHeight;
|
||||
if(mAutoScroll)
|
||||
con.scrollTop = con.scrollHeight;
|
||||
}, false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue