Frontmatter
| id | 2886 |
| title | component.Circle: onMouseWheel() => limit rotations to the maxAngle |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Feb 13, 2022, 10:32 PM |
| updatedAt | Feb 13, 2022, 10:34 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2886 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 13, 2022, 10:34 PM |
Math.max(0, (me.store.getCount() - me.maxItems) * itemAngle)