Skip to content

Commit

Permalink
fix: fix a bug when using drag handles
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Oct 22, 2021
1 parent 0e94afe commit 8f8b83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-3/src/NodeViewWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const NodeViewWrapper = defineComponent({
},
'data-node-view-wrapper': '',
// @ts-ignore (https://github.com/vuejs/vue-next/issues/3031)
onDragStart: this.onDragStart,
onDragstart: this.onDragStart,
},
this.$slots.default?.(),
)
Expand Down

0 comments on commit 8f8b83a

Please sign in to comment.