Frontmatter
| id | 1369 |
| title | draggable.DragProxyComponent: prevent the proxy el from cancelling mouseenter events |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Nov 3, 2020, 11:37 AM |
| updatedAt | Nov 3, 2020, 11:37 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1369 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 3, 2020, 11:37 AM |
Torsten had the smart idea to use
pointer-events:noneon the drag proxy el, which is like hiding the node from the dom tree to get the "real" mouseenter events which we need for drop zones (dropzone: enter & leave).