Frontmatter
| id | 318 |
| title | selection.HelixModel: toggleSelection & select |
| state | Closed |
| labels | enhancementgood first issuestale |
| assignees | [] |
| createdAt | Mar 18, 2020, 11:53 PM |
| updatedAt | Sep 28, 2024, 4:32 AM |
| githubUrl | https://github.com/neomjs/neo/issues/318 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 28, 2024, 4:32 AM |
the HelixModel is not in sync with selection.Model.
select should always select an item (right now it does toggle; hacked in a 2nd param to optionally prevent it).
toggleSelection will probably need an override.