Skip to content
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

Expand or collapse should work on the current node and it's children #2446

Closed
asmodeus812 opened this issue Oct 4, 2023 · 1 comment
Closed
Labels
duplicate Tracked via another issue feature request

Comments

@asmodeus812
Copy link
Contributor

Can this functionality be implemented utilising API?
Not really, the currrent collapse or expand is very primitive and has no direct control over what is expanded or collapsed, the method simply uses explorer.nodes, takes no regard of the current node.

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
A way to collapse or contract the current node, and all it's children, not the entire tree up untill the parent, without taking into account on which node the cursor is

Describe alternatives you've considered
Re-implementing the collapse or expand to use node.nodes ? instead of explorer.nodes

Additional context
No

@alex-courtis
Copy link
Member

Duplicate of #2119

Let's track it there.

@alex-courtis alex-courtis added the duplicate Tracked via another issue label Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Tracked via another issue feature request
Projects
None yet
Development

No branches or pull requests

2 participants