|
@@ -51,7 +51,9 @@ export class EditorCtrl extends ModuleControl<EditorModule> {
|
|
|
CanvasRef.value.style.width = "100%";
|
|
|
CanvasRef.value.style.height = "100%";
|
|
|
EditorRef.value.style.position = "absolute";
|
|
|
-
|
|
|
+ setTimeout(() => {
|
|
|
+ this.autoInScreen();
|
|
|
+ }, 200);
|
|
|
this.initEditorEvent(EditorRef.value, ParentRef.value as any);
|
|
|
};
|
|
|
|