fix: Diagnose and fix crop tool regression (#115) #120
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Relates to #115
The free-form crop tool is reported as non-functional after PR #114 merge. Diagnose the root cause and fix.
Investigation Notes
Code review of CropTool.tsx and useImageCrop.ts shows a standard handle-based crop tool that appears functional. The regression may be:
Changes
frontend/src/shared/components/CameraCapture/Acceptance Criteria