Frontmatter
| id | 7682 |
| title | Implement unregister in ScrollSync addon |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 31, 2025, 9:24 PM |
| updatedAt | Oct 31, 2025, 9:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7682 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 31, 2025, 9:57 PM |
The
unregistermethod insrc/main/addon/ScrollSync.mjsis not implemented. To properly unregister scroll sync listeners, we need to store the listener references upon registration and then use those references to remove them inunregister.