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

removeOnSpill: true #1634

Closed
codigoart opened this issue Sep 14, 2019 · 1 comment
Closed

removeOnSpill: true #1634

codigoart opened this issue Sep 14, 2019 · 1 comment
Labels

Comments

@codigoart
Copy link

removeOnSpill: true works in computer but does not in iphone (tested in safari and chrome) can some one help please , thank you <3

// Example 4 - No Sorting
new Sortable(example4Left, {
group: {
name: 'shared',
pull: 'clone',
put: false // Do not allow items to be put into this list
},
animation: 150,
sort: false // To disable sorting: set sort to false
});

new Sortable(example4Right, {
removeOnSpill: true,Item 5
group: 'shared',
animation: 150
});

@owen-m1 owen-m1 added the bug label Sep 15, 2019
owen-m1 added a commit that referenced this issue Sep 15, 2019
@owen-m1
Copy link
Member

owen-m1 commented Sep 15, 2019

Solved in a60ded8

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

No branches or pull requests

2 participants