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

feat: sync selection to extactly matched DOM selection (#4157)

* feat: sync selection to extractly dom selection

* revert mistakenly modified files

* add changeset

* toSlatePoint will throw error again when not extractMatch

* Fix misspellings, rename extractMatch to exactMatch

* rename option to match code style

* Update four-poets-move.md

Co-authored-by: Ian Storm Taylor <ian@ianstormtaylor.com>
This commit is contained in:
Githoniel
2021-04-13 22:58:46 +08:00
committed by GitHub
parent 6a6d9f614d
commit de5cc7e5ed
3 changed files with 59 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Fixed a bug when syncing the selection for IME-based editing.