aboutsummaryrefslogtreecommitdiff
path: root/webAO/client
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client')
-rw-r--r--webAO/client/appendICLog.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client/appendICLog.ts b/webAO/client/appendICLog.ts
index 307009c..2d3564c 100644
--- a/webAO/client/appendICLog.ts
+++ b/webAO/client/appendICLog.ts
@@ -49,7 +49,7 @@ export function appendICLog(
clientLog.appendChild(entry);
if (clientLog.scrollTop+clientLog.offsetHeight+120>clientLog.scrollHeight)
- clientLog.scrollTo(0, clientLog.scrollHeight);
+ clientLog.scrollTo(0, clientLog.scrollHeight);
setLastICMessageTime(new Date());
} \ No newline at end of file