If the data-nested="false" attribute is set, sorting does not work.
because:
accepts(el, target, source, sibling) {
if (isNested) // <= "false" === true
{...}
}
| Labels |
Removed:
?
|
||
| Labels |
Added:
No Code Attached Yet
|
||