Frontmatter
| id | 1315 |
| title | tree.List: ctor => throw an error in case draggable and sortable are both true |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 26, 2020, 1:10 PM |
| updatedAt | Oct 26, 2020, 1:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1315 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 26, 2020, 1:13 PM |
right now the plan is to either use a DragZone OR a SortZone.
A combination of both would require a new implementation (a SortZone with an "optional" boundaryContainer, e.g. moving x px outside of the boundaryContainer => switch to the DragZone logic).