-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Add a new operation (at the very end) to the context menu of nodes (Show Hidden Neighbors) to show its hidden neighbors. So if A has 3 neighbors N1, N2, and N3, and N2 is currently visible but N1 and N3 aren't, and we issue this operation on A, we get N1 and N3 shown (unhidden) along with their incident edges, followed by an incremental layout call (we might need to put neighbors near the node as we unhide them so that incremental layout works better)!
Reactions are currently unavailable