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