Skip to content

Commit

Permalink
default to vertical orientation
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffery Orazulike <chukwudumebiorazulike@gmail.com>
  • Loading branch information
logickoder committed Dec 23, 2024
1 parent 776496d commit eecdfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/crop/InverseCropperPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function InverseCropper(
) {
const [state, setState] = useState({
key: 0,
cropMode: CropMode.horizontal,
cropMode: CropMode.vertical,
cropper: null as Cropper | null,
loading: false
});
Expand Down

0 comments on commit eecdfbf

Please sign in to comment.