Skip to content

The draggable script does not work correctly when data-nested="false" is set. #47675

@PStanislav

Description

@PStanislav

If the data-nested="false" attribute is set, sorting does not work.
because:
accepts(el, target, source, sibling) {
if (isNested) // <= "false" === true
{...}
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions