diff --git a/examples/Components/Routes/DragHandle/DragItem.js b/examples/Components/Routes/DragHandle/DragItem.js index 7b1311c3f..0d2e574bd 100644 --- a/examples/Components/Routes/DragHandle/DragItem.js +++ b/examples/Components/Routes/DragHandle/DragItem.js @@ -17,7 +17,7 @@ export default class DragItem extends Node { }], } } - + // Attention! For the data-drag-handle to work, the component must contain another element with `ref="content"` somewhere (it can be invisible). get view() { return { template: `