Commit 02e3552
authored
fix(Android): removing paragraph styles (#430)
# Summary
Fixes removing paragraph continuous styles by using backspace.
## Test Plan
- Enter multiline code block or blockquote
- Remove text from the second line
- Notice that styles are still applied to other lines, but there is no
style for second line
## Screenshots / Videos
### Before
https://github.com/user-attachments/assets/bfd6ff7b-0146-4770-b9b9-158b80d65108
### After
https://github.com/user-attachments/assets/18789024-625b-4f88-b665-c7d93feef9fc
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ❌ |
| Android | ✅ |1 parent 651a237 commit 02e3552
File tree
1 file changed
+5
-6
lines changed- android/src/main/java/com/swmansion/enriched/textinput/styles
1 file changed
+5
-6
lines changedLines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
| 224 | + | |
229 | 225 | | |
230 | 226 | | |
231 | 227 | | |
| |||
347 | 343 | | |
348 | 344 | | |
349 | 345 | | |
| 346 | + | |
350 | 347 | | |
351 | | - | |
| 348 | + | |
| 349 | + | |
352 | 350 | | |
| 351 | + | |
353 | 352 | | |
354 | 353 | | |
355 | 354 | | |
| |||
0 commit comments