We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35996f5 commit eb9a56cCopy full SHA for eb9a56c
src/SortableContainer/index.js
@@ -727,7 +727,7 @@ export default function sortableContainer(
727
translate.x = this.width + this.marginOffset.x;
728
if (
729
edgeOffset.left + translate.x >
730
- this.containerBoundingRect.width - offset.width
+ this.containerBoundingRect.width - offset.width * 2
731
) {
732
// If it moves passed the right bounds, then animate it to the first position of the next row.
733
// We just use the offset of the next node to calculate where to move, because that node's original position
0 commit comments