1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-08-15 23:40:32 +03:00

fixed #8097 - "close pane" hotkey doesn't kill the process

This commit is contained in:
Eugene 2024-01-26 20:19:16 +01:00
parent 3c7f1079dd
commit da5342b4a7
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -350,7 +350,7 @@ export class SplitTabComponent extends BaseTabComponent implements AfterViewInit
}
break
case 'close-pane':
this.removeTab(this.focusedTab)
this.focusedTab.destroy()
break
case 'pane-increase-vertical':
this.resizePane('v')