From eb2492de5a1a6453bd5628283664570e4577c192 Mon Sep 17 00:00:00 2001 From: Oliver Hepworth-Bell Date: Sat, 12 Oct 2019 01:15:22 +0100 Subject: [PATCH] #1644: Remove transform on drop --- src/Sortable.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Sortable.js b/src/Sortable.js index 22d886240..8537ad0b3 100644 --- a/src/Sortable.js +++ b/src/Sortable.js @@ -1352,6 +1352,7 @@ Sortable.prototype = /** @lends Sortable.prototype */ { css(document.body, 'user-select', ''); } + css(dragEl, 'transform', ''); if (evt) { if (moved) {