mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-19 19:09:54 +00:00
Merge pull request #1263 from Hammster/master
added proc destruction on tab close (fixes #1261)
This commit is contained in:
commit
08910933e0
@ -97,5 +97,6 @@ export class TerminalTabComponent extends BaseTerminalTabComponent {
|
||||
ngOnDestroy () {
|
||||
this.homeEndSubscription.unsubscribe()
|
||||
super.ngOnDestroy()
|
||||
this.session.destroy()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user