Commit 982c0ca
authored
fix(iOS): merge inline style with plain text (#722)
# Summary
This PR fixes merging inline style with plain text.
This regression was introduced in this PR:
#551
## Test Plan
1. run example app
2. toggle bold
3. type `first line`
4. toggle off bold
5. type `second`
6. go with the cursor before `second` and remove last bolded letter
7. bold style should not exceed on `second` word
## Screenshots / Videos
Before:
https://github.com/user-attachments/assets/92bc0425-9565-4acb-8ffe-359eab6aa9f0
After:
https://github.com/user-attachments/assets/38ea98fe-e497-4da2-9d31-6823702ff92b
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ✅ |
| Android | ❌ |
| Web | ❌ |
## Checklist
- [x] E2E tests are passing
- [x] Required E2E tests have been added (if applicable)1 parent 039fd28 commit 982c0ca
4 files changed
Lines changed: 42 additions & 2 deletions
File tree
- .maestro/enrichedInput
- flows
- screenshots
- android
- ios
- ios
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1920 | 1920 | | |
1921 | 1921 | | |
1922 | 1922 | | |
1923 | | - | |
1924 | | - | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
1925 | 1926 | | |
1926 | 1927 | | |
1927 | 1928 | | |
| |||
0 commit comments