Browse Source

fix: remove debugger

lianghongjie 1 năm trước cách đây
mục cha
commit
43dfec1889
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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();
   }
 }