From 816d663cb7977d9352a0d409500af254bf4c5b15 Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 2 Jul 2025 09:31:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9A=82=E6=97=B6=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E7=BC=A9=E6=94=BE=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=BB=A5=E8=A7=A3=E5=86=B3=E4=B8=8Exd=E7=9A=84=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/editor.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/editor.service.ts b/src/services/editor.service.ts index 0d8c784..2101986 100644 --- a/src/services/editor.service.ts +++ b/src/services/editor.service.ts @@ -64,7 +64,7 @@ export class EditorService extends Meta2d { await this.#loadSceneAreas(areas); this.store.historyIndex = undefined; this.store.histories = []; - this.scale(scale); + // this.scale(scale);与xd 自定义缩放冲突,暂时去掉 if (isEmpty(origin)) { this.centerView(); } else {