-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
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
});