github/task-lists-element

Moving an item from `sourceIndex = 0`, sets `dst` as `newIndex + 1`

jlduran opened this issue · 1 comments

For example:
Moving Hubot from position [0, 0] to position [0, 1] actually gets calculated as moved to position [0, 2].
Screenshot 2023-07-03 at 1 05 57 PM

Reading the comment in:

// Increment insertion index when moving item down in its own list.

It appears that this behavior is explicit.