-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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']
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels