We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98eca0 commit ed3ecccCopy full SHA for ed3eccc
src/packages/media/media/components/input-upload-field/input-upload-field.element.ts
@@ -73,7 +73,7 @@ export class UmbInputUploadFieldElement extends UmbLitElement {
73
74
override updated(changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>) {
75
super.updated(changedProperties);
76
- if (changedProperties.has('value')) {
+ if (changedProperties.has('value') && changedProperties.get('value')?.src !== this.value.src) {
77
this.#setPreviewAlias();
78
}
79
0 commit comments