Skip to content

Commit

Permalink
Fixing JS error mentioned in issue 459
Browse files Browse the repository at this point in the history
See taye#188 (comment)
and taye#459 for more information.
  • Loading branch information
zorentsl committed Dec 19, 2016
1 parent b94eb10 commit 572a1ec
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 131 deletions.
2 changes: 1 addition & 1 deletion dist/interact.js
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@

// set the startCoords if there was no prepared action
if (!this.prepared.name) {
this.setEventXY(this.startCoords);
this.setEventXY(this.startCoords, this.pointers);
}

this.prepared.name = action.name;
Expand Down
Loading

0 comments on commit 572a1ec

Please sign in to comment.