Frontmatter
| id | 2271 |
| title | draggable.calendar.WeekEventDragZone: dragMove() => minimum event duration on resize |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jun 5, 2021, 3:34 PM |
| updatedAt | Jun 5, 2021, 10:49 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2271 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 5, 2021, 10:49 PM |
this one works fine, in case an event starts at a full hour.
if an event starts at e.g. 9:15, 9:30 or 9:45 the minimum values are not correct.
looks like the event start minutes are getting ignored.
will look into this.