Frontmatter
| id | 2230 |
| title | plugin.Resizable: onMouseMove() => compare targets |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 2, 2021, 6:15 PM |
| updatedAt | Jun 2, 2021, 6:16 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2230 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 2, 2021, 6:16 PM |
i case delegation targets are right next to each other, it can happen that
onMouseLeave()does not trigger.we need to ensure that handles always get removed when switching targets.