Frontmatter
| id | 5215 |
| title | list.Base: afterSetActiveIndex() |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Feb 12, 2024, 3:05 PM |
| updatedAt | Feb 13, 2024, 7:55 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5215 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 13, 2024, 7:55 PM |

activeIndexis intended as a shortcut for managing the current selection (allowing bindings).The logic got changed to move the focus instead, which is causing issues inside our client app.
I will revert the logic to its initial state and add a new config:
focusIndexto keep the new logic.I will create a branch & PR for this one. @ExtAnimal