mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-09 06:20:22 +08:00
fixed ssh sessions - fixes #3282
This commit is contained in:
parent
e6bf76c616
commit
aaab475e5f
@ -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 New Issue
Block a user