Skip to content

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

@MBagherii

Description

@MBagherii

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions