You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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']
The text was updated successfully, but these errors were encountered: