vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.15k stars 1.38k forks source link

Select a range that does not consist only of siblings #2609

Closed sagittaracc closed 2 years ago

sagittaracc commented 2 years ago

Could you please show how i can select a range that does not consist only of siblings by using SHIFT + LMK?

vakata commented 2 years ago

You can not select non siblings with shift.

vakata commented 2 years ago

You can try to add this using a custom plugin. I have not tried this however (too many cases to consider - hidden nodes, closed nodes, not loaded nodes, etc)