From c8fa3cc29d0a02720608d392694deb7e136793b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 25 Nov 2020 22:02:38 +0100 Subject: [PATCH] improve schema --- docs/src/demos/Examples/DragHandle/DraggableItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/Examples/DragHandle/DraggableItem.js b/docs/src/demos/Examples/DragHandle/DraggableItem.js index 0b6a51bb..025cc9be 100644 --- a/docs/src/demos/Examples/DragHandle/DraggableItem.js +++ b/docs/src/demos/Examples/DragHandle/DraggableItem.js @@ -7,7 +7,7 @@ export default Node.create({ group: 'block', - content: 'block*', + content: 'block+', draggable: true,