红绿图放大绘制问题

This commit is contained in:
李志鹏
2025-10-10 15:49:12 +08:00
parent 0c70be4a56
commit 91f551b4e5

View File

@@ -173,7 +173,7 @@ export class AnimationManager {
this._zoomAnimation = null; this._zoomAnimation = null;
// 确保最终状态准确 // 确保最终状态准确
this._applyZoom(point, targetZoom, true); // this._applyZoom(point, targetZoom, true);
}, },
}; };