1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-24 16:02:55 +02:00

skip nonselectable nodes when move (#5885)

* skip nonselectable nodes when move

* fix

* docs

* remove ignoreNonSelectable

* docs

* revert
This commit is contained in:
Felix Feng
2025-06-11 06:37:56 +08:00
committed by GitHub
parent 86e1411235
commit c56a98fd65
13 changed files with 46 additions and 108 deletions

View File

@@ -0,0 +1,6 @@
---
'slate': minor
---
- Remove `ignoreNonSelectable` option from positions,before,after,nodes.
- Fix move behavior when encounter non-selectable inline voids.