Merge pull request #10016 from vvlladd28/bug/updated-image/publick-not-new-preview
Fixed not updated image preview when updated image
This commit is contained in:
commit
a8866ba387
@ -154,7 +154,7 @@ export class ImageDialogComponent extends
|
|||||||
this.imageChanged = true;
|
this.imageChanged = true;
|
||||||
this.image = result;
|
this.image = result;
|
||||||
this.imagePreviewData = {
|
this.imagePreviewData = {
|
||||||
url: this.image.public ? this.image.publicLink : this.image.link
|
url: this.image.public ? `${this.image.publicLink}?ts=${new Date().getTime()}` : this.image.link
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user