mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-19 14:44:39 +01:00
* Fix crash when a void node deletes itself on click Fixes https://github.com/ianstormtaylor/slate/issues/4240 * Add 'image delete' feature to example My immediate motivation is to demonstrate the bug that this fixes. But this is also a very common editor feature, and I think it's valuable to show how to achieve it. * add changeset * fix:eslint * revert changes to mentions.tsx