Skip to content

Add a delay after drop #452

Open
Open
@dcporter44

Description

@dcporter44

If I drop an element, I have to then re-sort the tree to reflect the new order. With large trees, this resorting can take a second or so. This means that after I drop an element, it returns to its original position, and then waits for my re-sorting to be done, and then it adjusts to its new position. This flicker of movement is very annoying.

It would be ideal if on drop, the item stayed in its dropped position for around 2 seconds or so. This would prevent the flicker.

react-beautiful-dnd implemented it this way and it works really great.

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