Frontmatter
| id | 1301 |
| title | tab.header.Toolbar: afterSetSortable() => ensure to not create multiple sortZones |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 24, 2020, 4:38 PM |
| updatedAt | Oct 24, 2020, 4:48 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1301 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 24, 2020, 4:48 PM |
same for container.Toolbar.
if we set sortable to true, then to false and back to true, there has to be a check in place to not re-create the sortZone.
i think it makes sense to keep it when dynamically(!) setting it to false, since there is a good chance to re-activate it later on.