Skip to content

Conversation

@wan-kong
Copy link

Problem Description:
When globalDrop is set to true, the handleDrop handler is triggered twice, resulting in duplicated execution.

Solution:
Add local @drag event listeners with the .stop modifier to prevent event propagation, ensuring that handleDrop is triggered only once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant