Commit c1f5fb6
fix(iOS): removing chars during IME composition (#674)
# Summary
Fixes: #673
## Test Plan
Run reproduction steps from #673
the issue should be resolved.
## Screenshots / Videos
https://github.com/user-attachments/assets/b41de743-0652-4d2d-bd8a-62db9c403f8e
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ✅ |
| Android | ❌ |
| Web | ❌ |
## Checklist
- [X] E2E tests are passing
- [ ] Required E2E tests have been added (if applicable)
---------
Co-authored-by: Mikołaj Szydłowski <9szydlowski9@gmail.com>1 parent 120206f commit c1f5fb6
2 files changed
Lines changed: 20 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1662 | 1662 | | |
1663 | 1663 | | |
1664 | 1664 | | |
1665 | | - | |
| 1665 | + | |
1666 | 1666 | | |
| 1667 | + | |
1667 | 1668 | | |
1668 | 1669 | | |
1669 | 1670 | | |
| |||
1685 | 1686 | | |
1686 | 1687 | | |
1687 | 1688 | | |
1688 | | - | |
1689 | | - | |
1690 | | - | |
1691 | | - | |
1692 | | - | |
1693 | | - | |
1694 | | - | |
| 1689 | + | |
1695 | 1690 | | |
1696 | 1691 | | |
1697 | 1692 | | |
| |||
1747 | 1742 | | |
1748 | 1743 | | |
1749 | 1744 | | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
| 1750 | + | |
| 1751 | + | |
| 1752 | + | |
| 1753 | + | |
| 1754 | + | |
1750 | 1755 | | |
1751 | 1756 | | |
1752 | 1757 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
| |||
0 commit comments