Skip to content

Commit

Permalink
chore: 移除多余的代码
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1ny committed Jul 7, 2024
1 parent f20de8a commit 5d118d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/x6/src/graph/mousewheel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d118d6

Please sign in to comment.