Skip to content

When a drag is aborted, the source list plays a "re-attaching" animation, despite animation: 0 and pull: clone #1703

Open
@soc

Description

@soc

The top list has animation: 0, sort: false and pull: clone, the bottom list has animation: 150.

When I "abort" the drag, the dragged item of source list on the top moves around, despite disabling animations:

bug

Here is a JSBin link with example code: https://jsbin.com/wugogigizo/edit?html,js,output

I can fix the unwanted animation of the top list by setting animation: 0 on the bottom list, but I believe this is not working as intended.

There is simply no point in playing the "re-attaching" animation when pull: clone is set:
nothing was removed from the list, so nothing needs to be re-attached.

Please let me know if I can provide further information!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementQuality of life changes to existing features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions