From 91f551b4e50d9ead8555c6271559118e8025ca8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Fri, 10 Oct 2025 15:49:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E7=BB=BF=E5=9B=BE=E6=94=BE=E5=A4=A7?= =?UTF-8?q?=E7=BB=98=E5=88=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Canvas/CanvasEditor/managers/animation/AnimationManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/Canvas/CanvasEditor/managers/animation/AnimationManager.js b/src/component/Canvas/CanvasEditor/managers/animation/AnimationManager.js index b8ed055d..c9250732 100644 --- a/src/component/Canvas/CanvasEditor/managers/animation/AnimationManager.js +++ b/src/component/Canvas/CanvasEditor/managers/animation/AnimationManager.js @@ -173,7 +173,7 @@ export class AnimationManager { this._zoomAnimation = null; // 确保最终状态准确 - this._applyZoom(point, targetZoom, true); + // this._applyZoom(point, targetZoom, true); }, };