Frontmatter
| id | 1149 |
| title | plugin.Resizable: add a mouse cursor rule to the doc body |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 29, 2020, 11:30 PM |
| updatedAt | Aug 31, 2020, 5:03 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1149 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 31, 2020, 5:03 PM |
the resize grab handle is very small. since the cursor is not sticky to the element while dragging, it jumps from cursor: pointer to the resize cursor back & forth.
on drag:start => add a resize cursor to the doc.body with !important and remove it on drag:end.