Frontmatter
| id | 1244 |
| title | main.addon.DragDrop: onDragMove() => always fire the event |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 13, 2020, 11:46 AM |
| updatedAt | Oct 14, 2020, 2:18 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1244 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 14, 2020, 2:18 PM |
main.addon.DragDrop: onDragMove() => always fire the event
tobiu assigned to @tobiu on Oct 13, 2020, 11:46 AM

tobiu
Oct 13, 2020, 12:19 PM
thinking more about this one, it feels too expensive since drag:move fires very often.
i will add a new config like "alwaysFireDragMove" to make it optional in case moveInMainThread === true.
tobiu closed this issue on Oct 14, 2020, 2:18 PM
we should forward drag:move to the app worker, even in case we are using the main thread to handle the dragProxy movement.
this way we can add additional logic (e.g. for sort zones).