Skip to content

Commit fd824be

Browse files
author
Tyler Eich
committed
Merge branch 'range-input-support'
2 parents 03b6504 + 1848e99 commit fd824be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ngTouch/directive/ngClick.js

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ ngTouch.directive('ngClick', ['$parse', '$timeout', '$rootElement',
169169
function preventGhostClick(x, y) {
170170
if (!touchCoordinates) {
171171
$rootElement[0].addEventListener('click', onClick, true);
172-
$rootElement[0].addEventListener('mousedown', onClick, true);
173172
$rootElement[0].addEventListener('touchstart', onTouchStart, true);
174173
touchCoordinates = [];
175174
}

0 commit comments

Comments
 (0)