From b1c142892304cb09c0e1d930880c9233aeff0dc0 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sun, 19 Aug 2018 06:40:34 +0300 Subject: [PATCH] removed ontouchcancel from ui --- kvmd/web/js/ui.js | 2 -- 1 file changed, 2 deletions(-) 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) {