mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
added proc destruction on tab close (fixes #1261)
This commit is contained in:
parent
4c2168b4b5
commit
4782a67fe0
1 changed files with 1 additions and 0 deletions
|
@ -97,5 +97,6 @@ export class TerminalTabComponent extends BaseTerminalTabComponent {
|
|||
ngOnDestroy () {
|
||||
this.homeEndSubscription.unsubscribe()
|
||||
super.ngOnDestroy()
|
||||
this.session.destroy()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue