Explorar el Código

fix: remove debugger

lianghongjie hace 1 año
padre
commit
43dfec1889
Se han modificado 1 ficheros con 0 adiciones y 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();
   }
 }