Open andresgongora opened 6 months ago
Might this be a duplicate of #546 ? The other one is about codeblocks, but it might have the same root cause under the hood
Might this be a duplicate of #546 ? The other one is about codeblocks, but it might have the same root cause under the hood
Yup its describing the same behaviour but referring to a different view. #546 is still quite an issue for me, hope it gets looked at.
Describe the bug
In Tree View, clicking on the Collapse button only collapses the highest (first) level. Initially it looks fine, but clicking on any on the (now collapsed) top level elements will expand the whole sub tree instead of only showing the second level.
To Reproduce
Expected behavior All elements should me nested and would need to be expanded one by one.
Screenshots
Desktop (please complete the following information):
Additional context I've assumed this is a bug since the normal collapse behavior on most other tools I use on a daily basis is to "fully" collapse everything recursively. If this is not a bug but a feature (maybe to make it faster?), would it be possible to add an option to toggle the behavior instead?