Frontmatter
| id | 1119 |
| title | plugin.Resizable: import draggable.DragZone => resize logic |
| state | Closed |
| labels | enhancementstale |
| assignees | tobiu |
| createdAt | Aug 19, 2020, 11:50 PM |
| updatedAt | Sep 27, 2024, 4:34 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1119 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 27, 2024, 4:34 AM |
we need to map the DragZone to the handles (neo-resizable).
register drag:start, move and end to the plugin owner.
onDragMove: either resize the real element or a dragProxy of it. a proxyEl might be better for cancelling the operation (ESC).