diff options
author | Maxim Devaev <[email protected]> | 2024-11-02 20:03:00 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-11-02 20:03:00 +0200 |
commit | 95597b15e45fc38c52613d4cca4ec6309f8a2c82 (patch) | |
tree | ca20f6952d585809524619659b657792cd05801c | |
parent | 28167c4b45dc2e6d7d1003cfc1c645b43ba194ea (diff) |
fix
-rw-r--r-- | web/share/js/kvm/session.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/web/share/js/kvm/session.js b/web/share/js/kvm/session.js index a97b1a3b..d3bd7f94 100644 --- a/web/share/js/kvm/session.js +++ b/web/share/js/kvm/session.js @@ -393,15 +393,14 @@ export function Session() { __ping_timer = null; } - __ocr.setState(null); __gpio.setState(null); - __hid.setSocket(null); - __recorder.setSocket(null); - + __hid.setSocket(null); // auto setState(null); __paste.setState(null); __atx.setState(null); __msd.setState(null); __streamer.setState(null); + __ocr.setState(null); + __recorder.setSocket(null); __ws = null; setTimeout(function() { |