Frontmatter
| id | 5719 |
| title | Portal.view.blog.List: image preloading only works when starting with the blog route |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Aug 7, 2024, 9:42 AM |
| updatedAt | Aug 7, 2024, 11:00 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5719 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 7, 2024, 11:00 AM |
interesting one: the IntersectionObserver registers fine, but it feels like it can not handle moving DOM nodes.
will take a look.