Frontmatter
| id | 5341 |
| title | Portal.view.learn.MainContainerModel: onDataPropertyChange() => logic to find the prev & next tree list items |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 15, 2024, 2:29 PM |
| updatedAt | Mar 17, 2024, 2:21 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5341 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 17, 2024, 2:21 PM |
@mxmrtns @maxrahder
checking for the closest item which does have content is not sufficient. we also need to exclude hidden items inside our json input. for this we also need to check the parent node chain (e.g. hiding a full chapter => folder is possible).
i will create a helper method to take care of it.