mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
fixed ssh sessions - fixes #3282
This commit is contained in:
parent
e6bf76c616
commit
aaab475e5f
1 changed files with 0 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue