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
I want to drag and drop li elements from source list to destination list but i don not want when drag and drop was done elem remove from source list
for example
source list :
li1
li2
li3
now after drag and drop li1 source list become:
li2
li3
but the thing i axpect is source list should not change and should remain like bellow:
li1
li2
li3
I want to drag and drop li elements from source list to destination list but i don not want when drag and drop was done elem remove from source list
for example
source list :
li1
li2
li3
now after drag and drop li1 source list become:
li2
li3
but the thing i axpect is source list should not change and should remain like bellow:
li1
li2
li3
and the destination list become:
li1
how can i do this?
Actual behavior
Steps to reproduce the behavior
Fork this template to reproduce issue.
The text was updated successfully, but these errors were encountered: