From 19bb320cd30c23f3d01289c73d13590b6d31173a Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Mon, 20 Jul 2020 18:46:50 +0200 Subject: [PATCH] Added comment about data-drag-handle. --- examples/Components/Routes/DragHandle/DragItem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: `