Frontmatter
| id | 1364 |
| title | main.addon.DragDrop: onDragEnd() => create a PoC to get the path behind the dragProxy element |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Nov 2, 2020, 2:19 PM |
| updatedAt | Nov 2, 2020, 2:20 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1364 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 2, 2020, 2:20 PM |
this one is tricky, since
document.elementFromPoint()will always return the drag proxy el, which in most cases is applied to the doc body using position:absolute.