Frontmatter
| id | 1058 |
| title | calendar.draggable.WeekEventDragZone: scroll inside the view when dragging over an edge |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 14, 2020, 12:03 PM |
| updatedAt | Aug 14, 2020, 10:47 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1058 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 14, 2020, 10:47 PM |

this needs to trigger the infinite scrolling.
idea: we could add a non visible 2nd dragProxy (position: absolute) which will trigger the default scrolling.
we could add a scroll listener to figure out when we drag over an edge to trigger the infinite scrolling.