ref(connectable tab) on frontend ready

This commit is contained in:
Clem Fern
2023-05-12 20:01:06 +02:00
parent 38302622b8
commit bd4b11813c
4 changed files with 5 additions and 15 deletions

View File

@@ -53,11 +53,6 @@ export class SerialTabComponent extends ConnectableTerminalTabComponent<SerialPr
})
}
protected onFrontendReady (): void {
this.initializeSession()
super.onFrontendReady()
}
async initializeSession () {
super.initializeSession()