fix: fix a bug when using drag handles
This commit is contained in:
@@ -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?.(),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user