liwei 1 년 전
부모
커밋
a29a1dba10
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/modules/editor/controllers/EditorCtrl/index.ts

+ 2 - 2
src/modules/editor/controllers/EditorCtrl/index.ts

@@ -154,8 +154,8 @@ export class EditorCtrl extends ModuleControl<EditorModule> {
 
     setTimeout(() => {
         this.updateEditorSize();
-    }, 100);
-  }
+    }, 1000);
+  } 
 
   updateCardSize() {
     const page = this.doms.page.value as HTMLElement;