Jumping an item over two or more rows in a single frame dodges the logic to check whether the next row is the placeholder and animate accordingly. We need to replace this logic with a test of whether any of the rows being leap-frogged are the placeholder.
See line 119 of touch-sortable.js.
Jumping an item over two or more rows in a single frame dodges the logic to check whether the next row is the placeholder and animate accordingly. We need to replace this logic with a test of whether any of the rows being leap-frogged are the placeholder.
See line 119 of touch-sortable.js.