Browse Source

#411: - duplicate

pull/408/merge
RubaXa 9 years ago
parent
commit
5f28ec8703
  1. 3
      Sortable.js

3
Sortable.js

@ -459,11 +459,8 @@
translate3d = evt.touches ? 'translate3d(' + dx + 'px,' + dy + 'px,0)' : 'translate(' + dx + 'px,' + dy + 'px)';
moved = true;
touchEvt = touch;
moved = true;
_css(ghostEl, 'webkitTransform', translate3d);
_css(ghostEl, 'mozTransform', translate3d);
_css(ghostEl, 'msTransform', translate3d);

Loading…
Cancel
Save