mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
removed ontouchcancel from ui
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user