bugfirstx opened this issue 4 years ago · 2 comments
Thank you
Hi, include this:
$("ol.serialization").sortable({ isValidTarget: function ($item, container) { return $item.parent("ol")[0] == container.el[0]; }, ..... })
thank you so much you are a lifesaver