From 65c6abee249bfb7e2d50e4f734d93f422118cb61 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 12 Nov 2020 23:40:39 +0300 Subject: hid plugins fix --- web/share/js/kvm/mouse.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'web/share/js/kvm') diff --git a/web/share/js/kvm/mouse.js b/web/share/js/kvm/mouse.js index 4f021e5c..bcfc7bf0 100644 --- a/web/share/js/kvm/mouse.js +++ b/web/share/js/kvm/mouse.js @@ -79,9 +79,6 @@ export function Mouse(record_callback) { self.setState = function(state) { __online = state.online; - if (!("absolute" in state)) { // FIXME: SPI - state.absolute = true; - } if (!__absolute && state.absolute && __isRelativeCaptured()) { document.exitPointerLock(); } -- cgit v1.2.3