Skip to content

Commit

Permalink
fixed #8097 - "close pane" hotkey doesn't kill the process
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 26, 2024
1 parent 3c7f107 commit da5342b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabby-core/src/components/splitTab.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit da5342b

Please sign in to comment.