fix(ui): start logs at bottom

This commit is contained in:
Peter Steinberger
2026-01-08 11:42:28 +01:00
parent 390b102563
commit af20abf78d
2 changed files with 3 additions and 0 deletions

View File

@@ -888,7 +888,9 @@ export class ClawdbotApp extends LitElement {
this.eventLog = this.eventLogBuffer;
}
if (this.tab === "logs") {
this.logsAtBottom = true;
await loadLogs(this, { reset: true });
this.scheduleLogsScroll(true);
}
}