Frontmatter
| id | 1508 |
| title | util.Rectangle: leavesSide(side) |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Feb 4, 2021, 10:06 AM |
| updatedAt | Feb 4, 2021, 10:23 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1508 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 4, 2021, 10:23 AM |
e.g. for the cross winder drag&drop demo, we need a check if a dialog gets dragged pass an edge of a browser window.
this can happen for all 4 sides, so we should pass a
sideparam with the values bottom, left, right, top.