1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 22:45:18 +02:00

Fix "Cannot resolve from DOM point" error on onDomSelectionChange for readonly void elements (#4727)

* fix error caused by selecting void nodes in readonly editor

* add changeset
This commit is contained in:
Alex
2021-12-10 13:52:03 +01:00
committed by GitHub
parent 1217021a9a
commit 0334851cb1
3 changed files with 14 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
Fix "Cannot resolve from DOM point" error on onDomSelectionChange for readonly void elements