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
|
||
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-07-18 15:27:39 |
| Closed_By | ⇒ | muhme |
| Status | Closed | ⇒ | New |
| Closed_Date | 2026-07-18 15:27:39 | ⇒ | |
| Closed_By | muhme | ⇒ |
We have to wait for the 2nd PR #47689 before we can close this issue.