Hans
Hans
I can reproduce this issue. Reviewing shortly!
Still under reviewing
Thanks for the proposals, everyone. Based on what we have here: https://github.com/Expensify/App/blob/b6ebedb611a549bb755aee934ca7f7707ce13798/src/components/HTMLEngineProvider/HTMLRenderers/ImageRenderer.tsx#L39-L47 `htmlAttribs.src` refers to the thumbnail, so it's better to keep it as the preview image instead of using...
> `htmlAttribs.src` refers to the thumbnail, so it's better to keep it as the preview image instead of using `attachmentSourceAttribute` (aka htmlAttribs[CONST.ATTACHMENT_SOURCE_ATTRIBUTE]). Hey, I commented here, I don't think using...
Not overdue, @francoisl when you're back can you take a look at my comment above. Thanks
Cool. Let's go with @linhvovan29546 's [proposal](https://github.com/Expensify/App/issues/53881#issuecomment-2533336193) 🎀 👀 🎀
I'll prioritize reviewing this issue tomorrow
Thanks for the proposal @daledah. I think using both types `UP` for `navigate` or `closeAndNavigate` will lead to another issue, when pressing back from WorkspaceMoreFeaturePage, it navigates to Tags page...