vakata / jstree

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

move node fails if children are all typed to same? #2762

Closed kpetrow closed 1 week ago

kpetrow commented 9 months ago

Weird instance and don't have time to really make a full ticket sorry. But line 9220 errors in some odd cases, add check if child exists and seems to resolve

inst.move_node([nodeBeingMOvedWithChildren], 'newParentID');

fails here

image

promise to come back and make demo, but busy now

vakata commented 1 week ago

Let me know if you find a way for me to reproduce the issue.