improve support for drag and drop

This commit is contained in:
Philipp Kühn
2020-11-24 11:40:09 +01:00
parent ae6630e6dc
commit f4368f9021
2 changed files with 27 additions and 7 deletions

View File

@@ -6,6 +6,7 @@
<div contenteditable="false">
checked: {{ node.attrs.checked }}
</div>
<div contenteditable="false" style="width: 20px; height: 20px; background: red" data-drag-handle />
<node-view-content />
</node-view-wrapper>
</template>