1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 23:12:52 +02:00

Version Packages (#4761)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-01-13 10:14:25 -07:00
committed by GitHub
parent a8c08a4e01
commit 11253c5c3b
7 changed files with 19 additions and 30 deletions

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Fix "editor.insertText never gets called inside plugins on android"

View File

@@ -1,8 +0,0 @@
---
'slate-react': patch
---
Android editable updates
- Remove logic to delay handling of text insertion
- Call Transforms.setSelection before Editor.insertText to adjust position

View File

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

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
fix useFocused hook

View File

@@ -1,5 +0,0 @@
---
'slate-react': patch
---
Android merge `Editor.insertText` logic.