[Tree focus] Temporary HOTFIX: comment the forced focus (forest open nodes) for performances reason
The focus on nodes work fine, but it can trigger an unwanted side effect in some scenario:
- when you make a search on a subnode of a corpus and get many results, the focus is triggered on each element, so it opens each parent folder of a search result.
- we identified that it produces a performance issue because of the Terms nodes: indeed, each Term node make an API call when the tree opens it (even if we don't click on the Term node)
[issue about the unwanted API calls: #670 (closed)]