mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
removed ontouchcancel from ui
This commit is contained in:
parent
0a4ab0e429
commit
b1c1428923
@ -190,7 +190,6 @@ function Ui(hid) {
|
|||||||
|
|
||||||
document.ontouchmove = doMoving;
|
document.ontouchmove = doMoving;
|
||||||
document.ontouchend = stopMoving;
|
document.ontouchend = stopMoving;
|
||||||
document.ontouchcancel = stopMoving;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -218,7 +217,6 @@ function Ui(hid) {
|
|||||||
|
|
||||||
document.ontouchmove = null;
|
document.ontouchmove = null;
|
||||||
document.ontouchend = null;
|
document.ontouchend = null;
|
||||||
document.ontouchcancel = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getEventPosition(event) {
|
function getEventPosition(event) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user