-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
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.