Frontmatter
| id | 5355 |
| title | main.addon.Navigator: setActiveItem() => prevent the app worker event in case the active item did not change |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 18, 2024, 1:35 PM |
| updatedAt | Mar 18, 2024, 1:37 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5355 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 18, 2024, 1:37 PM |
while we probably need the logic on DOM level, navigating to the same element should not notify the app worker about a change.
@ExtAnimal
a quick changes review would be nice.