Skip to content

Commit

Permalink
SortableJS#1644: Remove transform on drop
Browse files Browse the repository at this point in the history
  • Loading branch information
ohepworthbell authored and owen-m1 committed Oct 12, 2019
1 parent 81b0707 commit ff07cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,7 @@ Sortable.prototype = /** @lends Sortable.prototype */ {
css(document.body, 'user-select', '');
}

css(dragEl, 'transform', '');

if (evt) {
if (moved) {
Expand Down

0 comments on commit ff07cef

Please sign in to comment.