Frontmatter
| id | 1530 |
| title | draggable.DragZone: dragStart() => remove the main thread call |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 10, 2021, 4:58 PM |
| updatedAt | Mar 10, 2021, 4:59 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1530 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 10, 2021, 4:59 PM |
i think the dragElement is always included inside the event data path (or targetPath), in which case we don't need to get the DOMRect from the main thread (performance).