Skip to content

Commit

Permalink
#997, #998: + prevent on forceFallback
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Feb 15, 2017
1 parent 6e9ec0a commit 26a7c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,10 @@
} else {
dragStartFn();
}

if (options.forceFallback) {
evt.preventDefault();
}
}
},

Expand Down

0 comments on commit 26a7c97

Please sign in to comment.