1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-06 09:21:53 +00:00

Merge pull request from Hammster/master

added proc destruction on tab close (fixes )
This commit is contained in:
Eugene
2019-07-18 21:53:44 +02:00
committed by GitHub

@@ -97,5 +97,6 @@ export class TerminalTabComponent extends BaseTerminalTabComponent {
ngOnDestroy () { ngOnDestroy () {
this.homeEndSubscription.unsubscribe() this.homeEndSubscription.unsubscribe()
super.ngOnDestroy() super.ngOnDestroy()
this.session.destroy()
} }
} }