From 5d118d69e38d3b9b47d86c9f9cc04a624313a324 Mon Sep 17 00:00:00 2001 From: ch1ny <1056317718@qq.com> Date: Sun, 7 Jul 2024 19:20:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/x6/src/graph/mousewheel.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/x6/src/graph/mousewheel.ts b/packages/x6/src/graph/mousewheel.ts index 408adcc774..ddfe827a51 100644 --- a/packages/x6/src/graph/mousewheel.ts +++ b/packages/x6/src/graph/mousewheel.ts @@ -114,7 +114,6 @@ export class MouseWheel extends Base { let targetScale = this.graph.transform.clampScale( currentScale * this.cumulatedFactor, ) - // console.log(targetScale, currentScale, this.cumulatedFactor) const minScale = this.widgetOptions.minScale || Number.MIN_SAFE_INTEGER const maxScale = this.widgetOptions.maxScale || Number.MAX_SAFE_INTEGER