neos-ui
neos-ui copied to clipboard
Usability? How to refocus current node in tree after "Collapse All"
https://github.com/neos/neos-ui/pull/3756 introduced a new collapse button in the document tree:
but after collapsing its unclear how to find the current node again in the tree.
For that to achieve i have to reload the tree but i think we are missing a more dedicated feature for that.
PHPStorm for example faces a similar problem and thus offers a target button to highlight the current file again:
I think we should consider such option as well