ソースを参照

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();
   }
 }