Explorar o código

fix: remove debugger

lianghongjie hai 1 ano
pai
achega
43dfec1889
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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();
   }
 }