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
# Summary
We introduced a parser regression after merging #403, causing the
`inline_styles_display.yaml` test to fail.
When multiple inline styles are applied to the same word, the styles
incorrectly extend onto the surrounding text
<img width="1266" height="424" alt="image"
src="https://github.com/user-attachments/assets/a50ccadf-1421-4215-b42c-1f7dd76980a0"
/>
Also fixes applying alignment inside input from parsed html
## Test Plan
`inline_styles_display.yaml` test passes.
Parsing works properly when alignment set
## Screenshots / Videos
n/a
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ✅ |
| Android | ❌ |
## Checklist
- [X] E2E tests are passing
- [ ] Required E2E tests have been added (if applicable)
0 commit comments