diff --git a/data/scripts/sortable.js b/data/scripts/sortable.js index dd43b14b..db96d528 100644 --- a/data/scripts/sortable.js +++ b/data/scripts/sortable.js @@ -1686,9 +1686,9 @@ Sortable.prototype = if (ghostRelativeParent !== document.body && ghostRelativeParent !== document.documentElement) { if (ghostRelativeParent === document) ghostRelativeParent = getWindowScrollingElement(); - console.log(ghostRelativeParent, contained, this) - rect.top += ghostRelativeParent.scrollTop; - rect.left += ghostRelativeParent.scrollLeft; + console.log(ghostRelativeParent, container, this) + //rect.top += ghostRelativeParent.scrollTop; + //rect.left += ghostRelativeParent.scrollLeft; } else { ghostRelativeParent = getWindowScrollingElement(); }