fix: update console output

This commit is contained in:
2026-02-04 01:11:36 +05:00
parent c18e0a6574
commit 2702a58d8a
7 changed files with 192 additions and 36 deletions
-3
View File
@@ -44,12 +44,9 @@
});
function handleImageUpload(image: string) {
console.log("handleImageUpload called with image length:", image.length);
uploadedImage = image;
errorMessage = null;
console.log("Setting current step to crop");
setCurrentStep("crop");
console.log("Current step after setting:", $uiStore.currentStep);
}
function handleCropComplete(croppedImage: string) {