Moved tab component logic to service; handle move session to select next tab

This commit is contained in:
2025-07-02 21:26:24 -05:00
parent 051e42bfa3
commit f94ac677a9
4 changed files with 129 additions and 47 deletions

View File

@@ -150,7 +150,7 @@ export class CodeViewBase {
}
public destroySession() {
this.editor.session.destroy();
this.tabsService.closeTab(this.activeFile.path);
}
public toggleFullScreen() {