From 34d3e9d6371cdb4d0eb5d4f70638f22d33a2a166 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Fri, 27 Jul 2018 23:53:06 +0300 Subject: [PATCH] hid fix --- kvmd/web/js/hid.js | 1 - 1 file changed, 1 deletion(-) diff --git a/kvmd/web/js/hid.js b/kvmd/web/js/hid.js index 64ccb0e6..5b0b1a0d 100644 --- a/kvmd/web/js/hid.js +++ b/kvmd/web/js/hid.js @@ -12,7 +12,6 @@ var hid = new function() { this.releaseAll = function() { keyboard.releaseAll(); - mouse.releaseAll(); }; this.emitShortcut = function(...codes) {