Frontmatter
| id | 1547 |
| title | dialog.Base: afterSetDraggable() => optionally add a drag:move dom listener |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 18, 2021, 12:44 AM |
| updatedAt | Mar 18, 2021, 12:56 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1547 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 18, 2021, 12:56 AM |
this is mostly relevant for the SharedWorkers context.
in case we pass
alwaysFireDragMove: trueinside the dragZone config, it would be nice to automatically add the dom listener and fire a custom event for it.