mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-19 13:41:19 +02:00
Fix Android editor.insertText regression (#4779)
* * remove scheduling of text updates using setTimeout * call Transforms.setSelection before Editor.insertText * changeset * Restore logic to set isComposing to false
This commit is contained in:
8
.changeset/dry-worms-happen.md
Normal file
8
.changeset/dry-worms-happen.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'slate-react': patch
|
||||
---
|
||||
|
||||
Android editable updates
|
||||
|
||||
- Remove logic to delay handling of text insertion
|
||||
- Call Transforms.setSelection before Editor.insertText to adjust position
|
Reference in New Issue
Block a user