Skip to content

Commit

Permalink
dont drag and drop while scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcljx committed May 3, 2013
1 parent 987561a commit cf0078e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/touch.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ $ ->

if dragIntent.isVertical()
dragIntent.detected = "scroll"
dragIntent.isMaybeTap = dragIntent.isMaybeDrag = dragIntent.isMaybeSwipe = false

# log "LOCKED: " + dragIntent.detected

Expand Down

0 comments on commit cf0078e

Please sign in to comment.