vakata / jstree

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

DND: drop node on blank space in tree #2659

Closed rajniszp closed 1 year ago

rajniszp commented 2 years ago

Hi, quick edit to allow dropping nodes on blank space in tree as shown below: image seems to be working fine on mobile too: image Configurable via settings, default false (as is before this PR)

rajniszp commented 2 years ago

Added an option to always append to root instead of last node's parent: selectable by 'root' instead of true