diff options
author | Devaev Maxim <[email protected]> | 2018-07-27 23:53:06 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-27 23:53:06 +0300 |
commit | 34d3e9d6371cdb4d0eb5d4f70638f22d33a2a166 (patch) | |
tree | a6d38af0294a53577915832c945cffffe2cb0f06 | |
parent | dcedf161425a233bde1fe85bb2f4836ba57d1f0a (diff) |
hid fix
-rw-r--r-- | kvmd/web/js/hid.js | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |