Moved tab component logic to service; handle move session to select next tab
This commit is contained in:
@@ -150,7 +150,7 @@ export class CodeViewBase {
|
||||
}
|
||||
|
||||
public destroySession() {
|
||||
this.editor.session.destroy();
|
||||
this.tabsService.closeTab(this.activeFile.path);
|
||||
}
|
||||
|
||||
public toggleFullScreen() {
|
||||
|
Reference in New Issue
Block a user