fix: fix a bug when using drag handles

This commit is contained in:
Philipp Kühn
2021-10-22 19:46:40 +02:00
parent 0e94afe42a
commit 8f8b83afe4

View File

@@ -20,7 +20,7 @@ export const NodeViewWrapper = defineComponent({
}, },
'data-node-view-wrapper': '', 'data-node-view-wrapper': '',
// @ts-ignore (https://github.com/vuejs/vue-next/issues/3031) // @ts-ignore (https://github.com/vuejs/vue-next/issues/3031)
onDragStart: this.onDragStart, onDragstart: this.onDragStart,
}, },
this.$slots.default?.(), this.$slots.default?.(),
) )