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,