Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing destination node and drop position to node:dragging:finish #137

Merged
merged 2 commits into from
Jul 25, 2019

Conversation

mesemus
Copy link

@mesemus mesemus commented Jul 19, 2019

This pull request should fix bug #109 - passing destinationNode and drop position to event listeners on node:dragging:finish

However event handler's prototype in the documentation should be changed from
(destinationNode, dropPosition) to (sourceNode, destinationNode, dropPosition)
as Node.$emit always adds this as the first argument to events.

@amsik amsik merged commit b347883 into amsik:master Jul 25, 2019
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.

2 participants