Frontmatter
| id | 2447 |
| title | calendar.view.week.Component: move the hasEventOverflow logic into the TimeAxis class or MainContainerModel |
| state | Closed |
| labels | enhancementstale |
| assignees | tobiu |
| createdAt | Jun 24, 2021, 2:35 PM |
| updatedAt | Sep 16, 2024, 4:36 AM |
| githubUrl | https://github.com/neomjs/neo/issues/2447 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 16, 2024, 4:36 AM |
It makes sense, since the EventDragZone as well as the view are using it and most parts of the logic rely on the current TimeAxis values.
Another option would be to move the logic into the
model.Component.