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