1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 21:52:44 +01:00
Per-Kristian Nordnes c456c9dbe1 Image example: fix delete bug. Fixes #625 (#628)
As void-nodes now can be deleted, use a schema rule to normalize the document, and insert a paragraph when empty. Delete old "onDocumentChange" handler.
2017-02-25 12:50:52 -08:00
..
2016-07-25 14:45:37 -07:00

Images Example

This example shows you how you can use "void" nodes to render content that has no text in it, like images.

Check out the Examples readme to see how to run it!