Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(useDraggable): should pass the stopPropagation option for compo…
…nent (#1620)
  • Loading branch information
webfansplz committed May 21, 2022
1 parent 8cc3d35 commit 5e3151d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/useDraggable/component.ts
Expand Up @@ -25,6 +25,7 @@ export const UseDraggable = defineComponent<UseDraggableProps>({
'initialValue',
'exact',
'preventDefault',
'stopPropagation',
'pointerTypes',
'as',
] as unknown as undefined,
Expand Down

0 comments on commit 5e3151d

Please sign in to comment.