Skip to content

Commit

Permalink
Merge branch 'fix-261' of https://github.com/GerHobbelt/spectrum into…
Browse files Browse the repository at this point in the history
… GerHobbelt-fix-261
  • Loading branch information
bgrins committed Apr 27, 2015
2 parents df7a8af + 9696030 commit 3bb4fa1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spectrum.js
Original file line number Diff line number Diff line change
Expand Up @@ -1088,9 +1088,7 @@
$(doc).bind(duringDragEvents);
$(doc.body).addClass("sp-dragging");

if (!hasTouch) {
move(e);
}
move(e);

prevent(e);
}
Expand Down

0 comments on commit 3bb4fa1

Please sign in to comment.