fix: use processed image blob from modal for backend submission
Critical fix: modal processes image and returns blob, but AIOnboarding was not actually using that blob. Now properly calls setExtractedImageBlob() so confirmSingleItem sends the processed image to backend. Before: Backend received original image, applied original AI crop/rotation After: Backend receives processed image (already cropped/rotated by user) Now the saved image matches exactly what user sees after adjusting. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user