Frontmatter
| id | 398 |
| title | component.Helix: wheel event while rendering items |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Mar 29, 2020, 10:20 PM |
| updatedAt | Mar 30, 2020, 2:01 PM |
| githubUrl | https://github.com/neomjs/neo/issues/398 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 30, 2020, 2:01 PM |
component.Helix: wheel event while rendering items
tobiu referenced in commit
da3e866 - "https://github.com/neomjs/neo/issues/398" on Mar 30, 2020, 2:00 PM

tobiu
Mar 30, 2020, 2:01 PM
there was more to it: the API load request could arrive before the helix got mounted and tried to create the items before this point.
this one is fixed now plus added a mousewheel lock for 0.5s when createItems() gets triggered.
tobiu closed this issue on Mar 30, 2020, 2:01 PM
throws JS errors. there needs to be a check if items are rendering and if so ignore the wheel event.