add temporaryFileId to value when chaning focal point

This commit is contained in:
Lan Nguyen Thuy
2025-01-14 15:31:58 +07:00
parent 42f49eb564
commit 5afa4b069b

View File

@@ -121,6 +121,10 @@ export class UmbInputImageCropperElement extends UmbLitElement {
return;
}
if(this.value && this.value.temporaryFileId){
value.temporaryFileId = this.value.temporaryFileId
}
this.value = value;
this.dispatchEvent(new UmbChangeEvent());
}