Commit 4f284bb
authored
fix(web): displaying placeholder image (#725)
# Summary
This PR fixes displaying broken image placeholder.
## Test Plan
1. Run example app
2. insert image with wrong url
3. image should be displayed properly
## Screenshots / Videos
Before:
<img width="245" height="148" alt="image"
src="https://github.com/user-attachments/assets/3a90251a-175f-4ccb-a6f8-95829e373348"
/>
After:
<img width="241" height="151" alt="image"
src="https://github.com/user-attachments/assets/4d10ae68-8e0f-4178-9683-a83335a791a8"
/>
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ❌ |
| Android | ❌ |
| Web | ✅ |
## Checklist
- [X] E2E tests are passing
- [ ] Required E2E tests have been added (if applicable)1 parent 982c0ca commit 4f284bb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments