The #26 PR fixed error with paired elements reorder (`[1, 2, 3, 4, 5, 6, 7]` → `[1, 4, 5, 2, 3, 6, 7]`) but introduced performance regression with `N - 1`DOM operations (`[1, 2, 3, 4]` → `[2, 3, 4, 1]`)
The #26 PR fixed error with paired elements reorder (
[1, 2, 3, 4, 5, 6, 7]→[1, 4, 5, 2, 3, 6, 7]) but introduced performance regression withN - 1DOM operations ([1, 2, 3, 4]→[2, 3, 4, 1])