Frontmatter
| id | 1234 |
| title | draggable.DragZone: afterSetBoundaryContainerId() => should not get limited to components |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 11, 2020, 1:34 PM |
| updatedAt | Oct 11, 2020, 1:45 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1234 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 11, 2020, 1:45 PM |
we need a check if the container is mounted.
since boundaryContainerId is supposed to be a vdom / vnode id and does not have to be an own component, we should move the owner config into the DragZone base class and check this one for its mounted state.