vakata / jstree

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

$.jstree.defaults.unique.duplicate even working? #2679

Closed ShyLionTjmn closed 1 year ago

ShyLionTjmn commented 1 year ago
$.jstree.defaults.unique.duplicate = function(data) {
  do_something();
};

Is not called

vakata commented 1 year ago

Sorry the documentation is misleading - took me a while to figure it out too.