Frontmatter
| id | 1928 |
| title | container.Base: moveTo() |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | May 4, 2021, 6:28 PM |
| updatedAt | May 4, 2021, 6:42 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1928 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 4, 2021, 6:42 PM |
the method expects 2 is params.
since adding function based module configs (lazy loading views), it has become possible that items do not have an id yet.
the method needs to support item indexes as well.
this affects re-sorting tabs.