[Usability] Removing a central node does not remove the neighbors
- Dominant language
- TypeScript
- Stars
- 481
- Forks
- 108
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 5
Description
**Community Note**
* Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
* If you are interested in working on this issue or have submitted a pull request, please leave a comment.
**Describe the bug**
A clear and concise description of what the bug is and the environment/context.
There was an expectation that removing a central node would also remove all the connected neighbors. Now it just shows all the previously connected objects as singletons in the view.
**To Reproduce**
Steps to reproduce the behavior:
1. Add a node that has multiple neighbors to Graph View on Graph Explorer
2. Double-click to expand.
3. Select the original node in Step 1 and click delete.
4. See that the node's neighbors are left.
**Expected behavior**
Provide an option to delete node and its neighbors or something similar.
Contributor guide
Assessment
This issue has not been assessed yet.