ng-sortable
ng-sortable copied to clipboard
fix: use changedTouches instead of targetTouches
Fixes incompatibility with ios 13, where sometimes targetTouches doesn't contain any Touch objects inside the touchmove event.
See also https://github.com/nolimits4web/swiper/pull/3259
@a5hik can you merge this PR? This is fix for new devices that is crucial.