فهرست منبع

fix: remove debugger

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