Frontmatter
| id | 6265 |
| title | list.Base: afterSetFocusIndex() => honor the mounted state |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jan 21, 2025, 7:03 PM |
| updatedAt | Jan 21, 2025, 7:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6265 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 21, 2025, 7:29 PM |
Right now, it triggers the Navigator inside
main, even in case the list is not mounted.Instead, there should be a new method which triggers main if mounted or delays the main access until being mounted.