Programmatically selecting prev/next in tree
Alex-Sokolov opened this issue · 3 comments
Alex-Sokolov commented
holiber commented
That looks like a good proposal. However, it is not clear how up
and down
methods are going to work with multiple selections. So I'm going to figure out some more flexible solution.
holiber commented
@Alex-Sokolov you can use getPrevNode
and getNextNode
methods from v1.6.0
. See example keyboardcontrols.html
in the demo
folder.
Alex-Sokolov commented
@holiber Thanks! :)