mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-01-17 21:49:20 +01:00
b52e08b0ea
* Add `isElementReadOnly` fix delete while selected fix type while selected fix failing test add tests add e2e test linter fixes add changeset * fix yarn build:next * Add `isSelectable`
211 B
211 B
slate |
---|
minor |
- Add
isElementReadOnly
toeditor
. A read-only element behaves much like a void with regard to selection and deletion, but renders itschildren
the same as any other non-void node.