소스 검색

fix: remove debugger

lianghongjie 1 년 전
부모
커밋
43dfec1889
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/modules/editor/index.ts

+ 0 - 2
src/modules/editor/index.ts

@@ -21,9 +21,7 @@ export class EditorModule extends ModuleRoot {
     historyCtrl: new HistoryCtrl(this),
   };
 
-  
   onReady() {
-    debugger
     this.actions.init();
   }
 }