David

Results 3 comments of David

@sevillaarvin Thank you, I tried with --force and it worked, I wasn't sure if using this option was the right thing to do, since I wanted to understand what went...

Thank you guys! @sevillaarvin @nicojuhari

Hello, My workaround was to use `mirror.appendTo` as well as listening `mirror:created` to override the transform scale and reset the transform-origin, as below: ```javascript new Sortable(containers, { draggable: `.${classNames.draggableItem}`, mirror:...