1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 09:29:49 +02:00

Rollback 4779 and always call Transforms.setSelection (#4786)

* Revert "Fix Android editor.insertText regression (#4779)"

This reverts commit 345b8fc9e8.

* * Restore logic to delay text insertion on android
* Always call Trasform.setSelection before calling Editor.insertText

* change set

* yarn fix

* Fix changeset

* Restore old changeset file
This commit is contained in:
Alessio Galdy
2022-01-12 18:53:14 +01:00
committed by GitHub
parent ce1e096df7
commit 67aa1f1010
4 changed files with 82 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
---
'slate-react': patch
---
- Restore logic to delay text insertion on android
- Always call Trasform.setSelection before calling Editor.insertText