Skip to content

Commit 301be1c

Browse files
committed
1 parent 7a2c055 commit 301be1c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

demo/dist/angular-ui-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@
11311131
element.bind('touchstart mousedown', function (e) {
11321132
dragTimer = $timeout(function(){dragStartEvent(e);}, scope.dragDelay);
11331133
});
1134-
element.bind('touchend touchmove touchcancel mouseup',function(){$timeout.cancel(dragTimer);});
1134+
element.bind('touchend touchmove touchcancel mousemove mouseup',function(){$timeout.cancel(dragTimer);});
11351135
};
11361136
bindDrag();
11371137

0 commit comments

Comments
 (0)