Remove sortable config
This commit is contained in:
parent
6e6235cea9
commit
79da447d45
1 changed files with 0 additions and 7 deletions
|
|
@ -13,14 +13,7 @@ export default class extends Controller {
|
||||||
new Sortable(this.element, {
|
new Sortable(this.element, {
|
||||||
group: this.groupValue,
|
group: this.groupValue,
|
||||||
onEnd: this.onEnd,
|
onEnd: this.onEnd,
|
||||||
animation: 150,
|
|
||||||
swap: true,
|
|
||||||
swapThreshold: 0.65,
|
|
||||||
ghostClass: 'dragFrom',
|
|
||||||
swapClass: 'dragTo',
|
|
||||||
forceFallback: false,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onEnd(event) {
|
onEnd(event) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue