add temporaryFileId to value when chaning focal point
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user