Fix logs view
This commit is contained in:
parent
e3295a38af
commit
181ea4faef
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ export class LogsView extends ItemView {
|
|||
);
|
||||
|
||||
this.logsContainer = container.createDiv({ cls: "logs-container" });
|
||||
|
||||
this.updateView();
|
||||
}
|
||||
|
||||
private updateView(): void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue