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