Remove sortable config

This commit is contained in:
david 2024-10-27 22:49:31 +01:00
parent 6e6235cea9
commit 79da447d45

View file

@ -13,14 +13,7 @@ export default class extends Controller {
new Sortable(this.element, {
group: this.groupValue,
onEnd: this.onEnd,
animation: 150,
swap: true,
swapThreshold: 0.65,
ghostClass: 'dragFrom',
swapClass: 'dragTo',
forceFallback: false,
})
}
onEnd(event) {