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
Fixes: #728
This PR:
- preserves list markers when composing Japanese characters in an empty
list item by applying the liststyle to the typing attributes
- fixes drawing checkbox when inline code active
## Test Plan
1. Run reproduction steps from issue: #728. The problem should be
resolved
2. Toggle checkbox and inline code write something then toggle off
inline code and write something -> checkbox should not change its size
## Screenshots / Videos
Before:
https://github.com/user-attachments/assets/3d39d424-1ba3-4e62-89a0-3c2abc0416a6
After:
https://github.com/user-attachments/assets/0fc61de7-3561-43ab-9313-e3d5858f4c23
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ✅ |
| Android | ❌ |
| Web | ❌ |
## Checklist
- [x] E2E tests are passing
- [ ] Required E2E tests have been added (if applicable)
0 commit comments