mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
fix image save
This commit is contained in:
parent
8567a06642
commit
08f53402d8
1 changed files with 1 additions and 1 deletions
|
@ -131,8 +131,8 @@ export default defineNuxtComponent({
|
|||
}
|
||||
|
||||
function updateUploadedImage(index: number, croppedImage: Blob) {
|
||||
console.log("Cropped image:", croppedImage);
|
||||
uploadedImages.value[index] = croppedImage;
|
||||
uploadedImagesPreviewUrls.value[index] = URL.createObjectURL(croppedImage);
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue