Skip to content

Commit c047f45

Browse files
committed
Merge branch 'master' of github.com:kamilkp/angular-sortable-view
2 parents 944de5e + 9fdf07d commit c047f45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/angular-sortable-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@
461461
html.addClass('sv-sorting-in-progress');
462462
html.on('mousemove touchmove', onMousemove).on('mouseup touchend touchcancel', function mouseup(e){
463463
html.off('mousemove touchmove', onMousemove);
464-
html.off('mouseup touchend', mouseup);
464+
html.off('mouseup touchend touchcancel', mouseup);
465465
html.removeClass('sv-sorting-in-progress');
466466
if(moveExecuted){
467467
$controllers[0].$drop($scope.$index, opts);

src/angular-sortable-view.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)