Frontmatter
| id | 1383 |
| title | draggable.DragZone: fire events on itself when drop related events arrive |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Nov 4, 2020, 12:18 PM |
| updatedAt | Nov 4, 2020, 1:23 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1383 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 4, 2020, 1:23 PM |
draggable.DragZone: fire events on itself when drop related events arrive
tobiu assigned to @tobiu on Nov 4, 2020, 12:18 PM

tobiu
Nov 4, 2020, 12:18 PM
this also requires to make drag zones observable.

tobiu
Nov 4, 2020, 12:30 PM
changed the logic, so that the dom event manager fires the events on the matching drag zone and this one subscribes to them directly as well.

tobiu
Nov 4, 2020, 12:47 PM
hmm, i actually like the implementation with 3 listeners less better. it is a tick faster, since you don't need to fetch the handlers from the observable anyway.
tobiu closed this issue on Nov 4, 2020, 1:23 PM
to make it easier to subscribe to them from the outside