Skip to content

dont remove item from start zone #32

Description

@davewood

is there an option to not remove the dragged item from the source zone?

example: I have a list of 3 items in List A and want to create another list with multiple instances of these 3 items. but the current examples do not show such a case.

ListA: ['item1', 'item2', 'item3']
ListB: []

/* drag items from A to B multiple times */

ListA: ['item1', 'item2', 'item3']
ListB: ['item1', 'item1', 'item2', 'item2', 'item2', 'item3']

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions