1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-06 15:26:34 +02:00

2 Commits

Author SHA1 Message Date
Bartosz Legięć
5a20ea3ad8 Fix Android cursor jumping to word start after autocorrect (#5901)
* Enhance Android input manager to store current selection before applying diffs and ensure correct selection position post-update.

* Add autocorrect test case to Android input examples

This update introduces a new test case for autocorrect functionality in both JavaScript and TypeScript examples. The test case instructs users to type "Cant" and verify the cursor position after autocorrection.

* Add changeset

* Remove unnecessary comments

* Drop pending selection change on programatic text insert
2025-06-26 11:49:17 -07:00
Joe Anderson
8f8b957ba6 Reintroduce manual Android tests (#5884)
* Re-add manual Android tests

* Remove trailing slash

* Disable autofocus
2025-05-27 14:44:02 -07:00