RamonSmit / Nestable2

New pickup of Nestable!
Other
322 stars 147 forks source link

how to prevent removing drag item from parent list? #118

Open MBagherii opened 1 year ago

MBagherii commented 1 year ago

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.