mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-06 08:31:54 +00:00
ref(connectable tab) on frontend ready
This commit is contained in:
@@ -37,11 +37,6 @@ export class TelnetTabComponent extends ConnectableTerminalTabComponent<TelnetPr
|
||||
super.ngOnInit()
|
||||
}
|
||||
|
||||
protected onFrontendReady (): void {
|
||||
this.initializeSession()
|
||||
super.onFrontendReady()
|
||||
}
|
||||
|
||||
protected onSessionDestroyed (): void {
|
||||
if (this.frontend) {
|
||||
// Session was closed abruptly
|
||||
|
Reference in New Issue
Block a user