Shared-Reality-Lab / IMAGE-browser

IMAGE project browser extensions & client-side code
Other
2 stars 0 forks source link

Graphic URL should not be relied on over the image blob in the request #297

Closed JRegimbal closed 1 year ago

JRegimbal commented 1 year ago

Graphic URL will not be set for local images, other files. The blob should be obtained from the initial request in these cases. For local images, this results in either a white box or old image being displayed instead of the local graphic used in the request.

https://github.com/Shared-Reality-Lab/IMAGE-browser/blob/25460c627ee79b94e785ca941037509188f1e81d/src/info/info.ts#L198

Reported by @VenissaCarolQuadros, please provide more info if any.