ref(connectable tab) ngOnInit logger

This commit is contained in:
Clem Fern
2023-05-12 20:27:58 +02:00
parent 38b8702373
commit 37226f66e3
4 changed files with 6 additions and 6 deletions

View File

@@ -26,8 +26,6 @@ export class TelnetTabComponent extends ConnectableTerminalTabComponent<TelnetPr
}
ngOnInit (): void {
this.logger = this.log.create('telnetTab')
this.subscribeUntilDestroyed(this.hotkeys.hotkey$, hotkey => {
if (this.hasFocus && hotkey === 'restart-telnet-session') {
this.reconnect()