Skip to content

Commit

Permalink
fix: fix ci problems
Browse files Browse the repository at this point in the history
fix ci problems
  • Loading branch information
zhangtengjin authored and wewoor committed Apr 16, 2021
1 parent cd47341 commit d413fb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/controller/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ import { STATUS_EDITOR_INFO } from 'mo/model/workbench/statusBar';
import { IMonacoEditorProps } from 'mo/components/monaco';
import {
EditorService,
FolderTreeService,
IEditorService,
IFolderTreeService,
IStatusBarService,
StatusBarService,
} from 'mo/services';
Expand Down Expand Up @@ -60,13 +58,11 @@ export class EditorController extends Controller implements IEditorController {
private editorStates = new Map();
private readonly editorService: IEditorService;
private readonly statusBarService: IStatusBarService;
private readonly folderTreeService: IFolderTreeService;

constructor() {
super();
this.editorService = container.resolve(EditorService);
this.statusBarService = container.resolve(StatusBarService);
this.folderTreeService = container.resolve(FolderTreeService);
}

public open<T>(tab: IEditorTab<any>, groupId?: number) {
Expand Down
2 changes: 0 additions & 2 deletions src/services/helper.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { ITreeNodeItem } from 'mo/components/tree';

export function searchById(id) {
return (item) => item.id === id;
}
Expand Down

0 comments on commit d413fb5

Please sign in to comment.