diff --git a/src/Sortable.js b/src/Sortable.js index 7a8c779b8..9e37c8f2d 100644 --- a/src/Sortable.js +++ b/src/Sortable.js @@ -583,7 +583,7 @@ Sortable.prototype = /** @lends Sortable.prototype */ { this._lastX = (touch || evt).clientX; this._lastY = (touch || evt).clientY; - dragEl.style['will-change'] = 'all'; + dragEl.style['will-change'] = 'transform'; dragStartFn = function () { pluginEvent('delayEnded', _this, { evt });