-
Notifications
You must be signed in to change notification settings - Fork 21
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
Implement remove edge from clustering #71
Conversation
just tested this out locally at http://localhost:8080/examples/other/clusteringByZoom/ |
It's what I've been using on my fork to get around clustering issues 😄 |
ok, I logged this issue to research this new scroll-blocking warning we're getting now. #72 It's just a warning, so I think we can take this bug fix now and follow up on the warning later. |
@@ -1478,12 +1509,14 @@ class ClusterEngine { | |||
// TODO: check that it works for both edges clustered | |||
// (This might be paranoia) | |||
} else { | |||
delete this._clusterEdges[edgeId] | |||
this._restoreEdge(edge) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the meaningful part of the diff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work, thanks for the contribution!
@Tyler-Maclachlan published to npm as |
💌 Thanks @Tyler-Maclachlan for your contribution! |
Fix issue #21