Merge remote-tracking branch 'origin/hotfix/3.6.2'
This commit is contained in:
commit
3428928d45
@ -154,7 +154,7 @@ export class ImageDialogComponent extends
|
||||
this.imageChanged = true;
|
||||
this.image = result;
|
||||
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