We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5e7a4 commit aae2c97Copy full SHA for aae2c97
src/Sortable.js
@@ -789,7 +789,7 @@ Sortable.prototype = /** @lends Sortable.prototype */ {
789
fallbackTolerance = options.fallbackTolerance,
790
fallbackOffset = options.fallbackOffset,
791
touch = evt.touches ? evt.touches[0] : evt,
792
- ghostMatrix = ghostEl && matrix(ghostEl),
+ ghostMatrix = ghostEl && matrix(ghostEl, true),
793
scaleX = ghostEl && ghostMatrix && ghostMatrix.a,
794
scaleY = ghostEl && ghostMatrix && ghostMatrix.d,
795
relativeScrollOffset = PositionGhostAbsolutely && ghostRelativeParent && getRelativeScrollOffset(ghostRelativeParent),
0 commit comments