parent
ee4fc96b7a
commit
991e664b18
@ -573,6 +573,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
function touchMove(e) {
|
function touchMove(e) {
|
||||||
if (!inGlobalTouch && e.originalEvent.targetTouches.length === 1) {
|
if (!inGlobalTouch && e.originalEvent.targetTouches.length === 1) {
|
||||||
@ -595,6 +596,7 @@
|
|||||||
startTime = currentTime;
|
startTime = currentTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
e.stopPropagation();
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user