Is there a way to make it work on fancytree.reload()?
It just reloads with all folders closed (even if it is exactly the same data)
$.subscribe('refresh', () => { this._fancyTree.reload(this.getSource());});