diff --git a/kvmd/web/js/ui.js b/kvmd/web/js/ui.js index cb782bda..02f83ff0 100644 --- a/kvmd/web/js/ui.js +++ b/kvmd/web/js/ui.js @@ -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) {