Frontmatter
| id | 1276 |
| title | draggable.DragZone: createDragProxy() => add the closest theme |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 20, 2020, 2:35 PM |
| updatedAt | Oct 20, 2020, 2:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1276 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 20, 2020, 2:49 PM |
we can grab the component matching to dragElement.id and in case it exists, apply its theme.
we could further enhance this in case the dragEl does not match a component (find the closest component first). follow up ticket if needed.