Skip to content

Instantly share code, notes, and snippets.

@RitaDias
Created January 16, 2017 14:33
Show Gist options
  • Save RitaDias/21cd5404e028393e13ef9b7a0290a21b to your computer and use it in GitHub Desktop.
Save RitaDias/21cd5404e028393e13ef9b7a0290a21b to your computer and use it in GitHub Desktop.
if (dragDirection === "vertical") {
lastX = currentX;
lastY = currentY;
} else {
evt.preventDefault();
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment