Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

[bug] revertOnSpill won't work when swap:true

Open aca14rh opened this issue 1 year ago • 0 comments

this.sortable = Sortable.create(el, {
           revertOnSpill: true, 
           swap: true,
           swapClass: "highlight",
...

hi, I attemp to use both swap and onspill plugin, but the swap works as expected, but it wont revert when spill, is this two plugin conflicts? is there any method to make it work?

aca14rh avatar Jun 03 '24 12:06 aca14rh