Fix logs view

This commit is contained in:
Andras Schmelczer 2025-04-03 22:46:07 +01:00
parent e3295a38af
commit 181ea4faef
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -98,6 +98,8 @@ export class LogsView extends ItemView {
);
this.logsContainer = container.createDiv({ cls: "logs-container" });
this.updateView();
}
private updateView(): void {