Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MBagherii opened this issue Feb 10, 2023 · 0 comments
Open

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

MBagherii opened this issue Feb 10, 2023 · 0 comments

Comments

@MBagherii
Copy link

MBagherii commented Feb 10, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant