removed ontouchcancel from ui

This commit is contained in:
Devaev Maxim 2018-08-19 06:40:34 +03:00
parent 0a4ab0e429
commit b1c1428923

View File

@ -190,7 +190,6 @@ function Ui(hid) {
document.ontouchmove = doMoving;
document.ontouchend = stopMoving;
document.ontouchcancel = stopMoving;
}
}
@ -218,7 +217,6 @@ function Ui(hid) {
document.ontouchmove = null;
document.ontouchend = null;
document.ontouchcancel = null;
}
function getEventPosition(event) {