Frontmatter
| id | 1080 |
| title | calendar.draggable.WeekEventDragZone: dragStart without moving |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Aug 15, 2020, 1:42 PM |
| updatedAt | Aug 15, 2020, 1:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1080 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 15, 2020, 1:49 PM |

just noticed, that in case you click longer than the drag start delay on an event without moving the mouse, it moves to the top of the screen.
there is some required logic inside drag:move.
either we trigger a dummy mouseMove on drag:start or we need to copy the relevant logic directly into drag:start.