You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handling of zero-width space (ZWS) offset inside parser (#500)
# Summary
Fixes: #419
This PR fixes handling of zero-width space (ZWS) offset inside empty
paragraphs, ensuring parsed styles are applied in correct position in
`applyProcessedStyles`.
## Test Plan
1. Run test case from the issue: #419
2. Insert some other `html` examples by "Set Input's value' button in
example app and check if they are displayed properly
## Screenshots / Videos
https://github.com/user-attachments/assets/6c1aaad4-6b02-45b8-8422-3039b14ac6a3
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ✅ |
| Android | ❌ |
## Checklist
- [x] E2E tests are passing
- [ ] Required E2E tests have been added (if applicable)
0 commit comments