Skip to content

Commit

Permalink
Add dropzone property to dragend events
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Apr 6, 2015
1 parent 273f461 commit f0e95c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interact.js
Original file line number Diff line number Diff line change
Expand Up @@ -2520,6 +2520,8 @@
timeStamp : dragEvent.timeStamp,
type : 'drop'
};

dragEvent.dropzone = this.dropTarget;
}
if (dragEvent.type === 'dragstart') {
dropEvents.activate = {
Expand Down

0 comments on commit f0e95c9

Please sign in to comment.