Hi @Lodin, can we add a initialScrollToItem prop (which takes an id) in addition to scrollToItem method. The context is, I'm using this react-vtree in a popover component, which shows a list of items, and when the user clicks on it, the id of that node is remembered. So when we again open a tree I want to bring that node into the visible area.
Hi @Lodin, can we add a
initialScrollToItemprop (which takes an id) in addition toscrollToItemmethod. The context is, I'm using thisreact-vtreein a popover component, which shows a list of items, and when the user clicks on it, theidof that node is remembered. So when we again open a tree I want to bring that node into the visible area.