mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-17 05:44:36 +00:00
handle split pane being closed
This commit is contained in:
@@ -370,7 +370,7 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
|
||||
|
||||
this.sessionCloseSubscription = this.session.closed$.subscribe(() => {
|
||||
this.frontend.destroy()
|
||||
this.app.closeTab(this)
|
||||
this.destroy()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user