-
Notifications
You must be signed in to change notification settings - Fork 268
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
Can't delete selected edge #93
Comments
Hi @philippov. Is this happening with the latest react-digraph? I haven't seen any issues recently other than for edges that have the same target node as the parent (#101). |
@ajbogh Any updates on this issue? I'm facing the same thing. Can't delete the selected edge. |
@ajbogh @philippov This is the error I get. Also to note, if I remove the |
@pash90 I'm doing project cleanup duty this week, so I'll be checking out, commenting on, and closing a number of PRs. I sincerely hope to close this PR soon. |
@ajbogh Much much appreciated brother! |
I suppose handleDocumentClick fires when an edge is selected. So state.focused becomes false and delete doesn't work.
The text was updated successfully, but these errors were encountered: