瀏覽代碼

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