Skip to content

Commit

Permalink
Update crop.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramchike committed Nov 12, 2024
1 parent 553af6e commit b7b886e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/widgets/crop/crop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface Props {
}

export function CropWidget({img, setImg, onComplete}: Props): ReactElement {
const [zoom, setZoom] = useState(1)
const [zoom, setZoom] = useState(0.8)
const [crop, setCrop] = useState<Point>({x: 0, y: 0})
const [area, setArea] = useState<Area | null>(null)

Expand Down

0 comments on commit b7b886e

Please sign in to comment.