This commit is contained in:
李志鹏
2025-09-27 13:56:13 +08:00
parent aa47c91238
commit 93c49292b9
4 changed files with 9 additions and 17 deletions

View File

@@ -581,7 +581,6 @@ function zoomOut() {
x: canvasManager.canvas.width / 2,
y: canvasManager.canvas.height / 2,
};
canvasManager.animateZoom(centerPoint, newZoom);
}