Frontmatter
| id | 6598 |
| title | calendar.view.week.plugin.EventResizable: onMouseMove() => simplify the check condition |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Mar 30, 2025, 8:46 PM |
| updatedAt | Mar 30, 2025, 8:47 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6598 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 30, 2025, 8:47 PM |
if (this.owner.data.events.enableDrag) {is actually expensive, since it will trigger
getHierarchyData()insidestate.Provider. We have the config mapped intocalendar.view.week.Component, so a direct check makes sense.related to: https://github.com/neomjs/neo/issues/6597