Thanks for the lib!
In my project I implemented delete and I set focus on the item below deleted one (using getItemBelow() ).
In most cases it is ok, but if I delete item with children and item is expanded, getItemBelow() returns non existing child (because child item below deleted together with it's parent). Could you modify getItemBelow() logic to maintain this situation or add another function like getSiblingItemBelow() ?
Thanks!
Thanks for the lib!
In my project I implemented delete and I set focus on the item below deleted one (using getItemBelow() ).
In most cases it is ok, but if I delete item with children and item is expanded, getItemBelow() returns non existing child (because child item below deleted together with it's parent). Could you modify getItemBelow() logic to maintain this situation or add another function like getSiblingItemBelow() ?
Thanks!