Skip to content

Commit

Permalink
feat(core,handle): expose onClick and onPointerDown handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Jan 11, 2024
1 parent 16c7d32 commit 9aa5f19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/components/Handle/Handle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ function onClick(event: MouseEvent) {
defineExpose({
handleClick,
handlePointerDown,
onClick,
onPointerDown,
})
</script>

Expand Down

0 comments on commit 9aa5f19

Please sign in to comment.