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