Frontmatter
| id | 1444 |
| title | draggable.DragZone: createDragProxy() => initial drag proxy position |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Nov 13, 2020, 12:00 PM |
| updatedAt | Nov 13, 2020, 12:01 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1444 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 13, 2020, 12:01 PM |
in case moveHorizontal or moveVertical are set to false, the position needs to honor the dragElementRect rather than using 0px.
this resulted in a flickering when starting to drag.