mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 04:36:04 +00:00
fix(ui): start logs at bottom
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user