liwei 2 年之前
父節點
當前提交
d73f175440
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/modules/editor/components/CompUI/CompController.tsx

+ 0 - 2
src/modules/editor/components/CompUI/CompController.tsx

@@ -23,8 +23,6 @@ export class CompController{
         const arr = this.state.content;
         this.designCompMap.clear();
 
-        debugger;
-
         const ParseComp = (obj:any)=> {
             if (typeof obj != "object") return;
             //作为组件