Skip to content

Commit

Permalink
Fix coords of start event after manual start
Browse files Browse the repository at this point in the history
  • Loading branch information
taye committed Apr 22, 2015
1 parent 7ecd1a9 commit fec73b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interact.js
Original file line number Diff line number Diff line change
Expand Up @@ -1752,6 +1752,7 @@
this.target = interactable;
this.element = element;

this.setEventXY(this.startCoords);
this.setStartOffsets(action.name, interactable, element);
this.setModifications(this.startCoords.page);

Expand Down

0 comments on commit fec73b2

Please sign in to comment.