Skip to content

Commit

Permalink
Increase scaleBy value
Browse files Browse the repository at this point in the history
  • Loading branch information
xpaczka committed Sep 28, 2023
1 parent 57d74fa commit 74b51e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Controls/ZoomControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function ZoomControls({ stage, minScale }: ZoomControlsProps) {

const zoomHandler = (increase: boolean) => {
const zoom = stage.scaleX()
const scaleBy = 1.01
const scaleBy = 1.05

const center = {
x: stage.width() / 2,
Expand Down

0 comments on commit 74b51e5

Please sign in to comment.