Frontmatter
| id | 1153 |
| title | plugin.Resizable: add a map for [t, l, r] => [n, w, e] |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 31, 2020, 4:54 PM |
| updatedAt | Aug 31, 2020, 4:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1153 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 31, 2020, 4:57 PM |
we are using top, left, right etc. for position values of the resize handles.
the default cursor positions use north, west, east etc.
so we need a mapping, in case we want to ensure the mouse cursor stays the same while dragging.