-
Notifications
You must be signed in to change notification settings - Fork 233
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
onDoubleClickNode #194
Comments
Thanks for the suggestion. This should be fairly easy to implement within our Thanks for the suggestion. |
Hello, |
Hello @IgorMacGregor, awesome, thanks for that. Tagged the issue with |
This was merged, it will be included in the next release of |
Released in 2.1.0 🎉 |
Describe the solution you'd like
I'd like to have an onDoubleClickNode event, similar to onClickNode or onRightClickNode
Describe your use case
I'd like to be able to call a function when a user double-clicks a node in the graph.
In this case, onClickNode should not be called.
Additional context
Tried to implement it myself using a simple copy and replace approach but it didn't work because the onClickNode is always called.
Double-click in D3
The text was updated successfully, but these errors were encountered: