Skip to content

Commit a27f60b

Browse files
committed
remove todo
1 parent 3d42a5f commit a27f60b

File tree

1 file changed

+0
-2
lines changed
  • packages/core/src/features/drag-and-drop

1 file changed

+0
-2
lines changed

packages/core/src/features/drag-and-drop/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ export const getReparentTarget = <T>(
183183
const targetItemAbove = getNthParent(item, reparentLevel); // .getItemBelow()!;
184184
const targetIndex = targetItemAbove.getIndexInParent() + 1;
185185

186-
// TODO possibly count items dragged out above the new target
187-
188186
return {
189187
item: reparentedTarget,
190188
childIndex: targetIndex,

0 commit comments

Comments
 (0)