mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
test
This commit is contained in:
@@ -1686,6 +1686,7 @@ 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;
|
||||
} else {
|
||||
@@ -3692,4 +3693,4 @@ function removeMultiDragElements() {
|
||||
}
|
||||
|
||||
// export default Sortable;
|
||||
// export { AutoScrollPlugin as AutoScroll, MultiDragPlugin as MultiDrag, OnSpill, Sortable, SwapPlugin as Swap };
|
||||
// export { AutoScrollPlugin as AutoScroll, MultiDragPlugin as MultiDrag, OnSpill, Sortable, SwapPlugin as Swap };
|
||||
|
Reference in New Issue
Block a user