Skip to content

dont remove item from start zone #32

@davewood

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']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions