mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-31 14:36:57 +00:00
fixed ssh sessions - fixes #3282
This commit is contained in:
@@ -217,10 +217,6 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
|
||||
|
||||
/** @hidden */
|
||||
ngOnInit (): void {
|
||||
if (!this.session) {
|
||||
throw new Error('No session set on the tab object by the time ngOnInit is called')
|
||||
}
|
||||
|
||||
this.focused$.subscribe(() => {
|
||||
this.configure()
|
||||
this.frontend?.focus()
|
||||
|
Reference in New Issue
Block a user