Merge pull request #767 from Greenscreener/master

Added comment about data-drag-handle.
This commit is contained in:
Philipp Kühn
2020-08-07 14:37:31 +02:00
committed by GitHub

View File

@@ -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() { get view() {
return { return {
template: ` template: `