1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-13 18:53:59 +02:00

Fixed an issue with controlled value messing up editor.selection (#3652)

* Fixed an issue with controlled value messing up editor.selection

* Create fifty-ducks-sip.md

Co-authored-by: Ian Storm Taylor <ian@ianstormtaylor.com>
This commit is contained in:
Mateusz Burzyński
2021-03-31 22:13:42 +02:00
committed by GitHub
parent d5b2d7f55e
commit f3fb40cce0
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Fixed selection logic when a controlled editor's nodes change out from under it.