Frontmatter
| id | 2614 |
| title | calendar.view.week.Component: getEventDragZone() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 17, 2021, 2:28 PM |
| updatedAt | Jul 17, 2021, 2:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2614 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 17, 2021, 2:29 PM |
To enable creating new events via drag&drop, we need to move the event drag zone adjustments into its own getter, so that we can access it via
onEventDragStart()andonColumnDragStart().