mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update sortable.js
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user