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 };
|
||||
|
@@ -244,7 +244,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script defer src="data/scripts/sortable.js"></script>
|
||||
<script defer src="data/scripts/sortable.js"></script>
|
||||
<script defer src="data/scripts/main.js"></script>
|
||||
<script defer src="data/scripts/versions/versionM15.js"></script>
|
||||
<!-- <script async src="data/scripts/palettes/darkMode.js"></script> -->
|
||||
|
Reference in New Issue
Block a user