We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d42a5f commit a27f60bCopy full SHA for a27f60b
packages/core/src/features/drag-and-drop/utils.ts
@@ -183,8 +183,6 @@ export const getReparentTarget = <T>(
183
const targetItemAbove = getNthParent(item, reparentLevel); // .getItemBelow()!;
184
const targetIndex = targetItemAbove.getIndexInParent() + 1;
185
186
- // TODO possibly count items dragged out above the new target
187
-
188
return {
189
item: reparentedTarget,
190
childIndex: targetIndex,
0 commit comments