bug: copy and paste confuses nested task reordering
The copy and paste functionality confuses the task groupings for reordering. Steps to reproduce:
- Create nested tasks:
A task
A nested task
Another nested task
- Copy and paste one of the sub-tasks
A task
A nested task
A nested task
Another nested task
- Try to reorder any of the subtasks and the entire set of tasks moves as one unit. I cannot reorder the tasks into this arrangement:
A task
A nested task
Another nested task
A nested task
The "A task" item and everything under it moves as a single unit whenever I press shift, click, and drag any of its subtasks.
Deleting any of the subtasks restores the expected functionality.

Thanks for the bug report!
The workaround for the bug is to use Ctrl+up/down keyboard shortcut to move tasks up/down (instead of drag-n-drop)