From 61f93180c8cbdc6259d0b083b51f169053f66f8c Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 12 Jan 2018 01:38:22 +0100 Subject: [PATCH] Show/hide mouse button selector in updateViewOnly Before this commit, the mouse button selector was hidden when the user clicked it in view only.. --- app/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ui.js b/app/ui.js index a486bdb..e39b3f0 100644 --- a/app/ui.js +++ b/app/ui.js @@ -1607,6 +1607,7 @@ var UI = { document.getElementById('noVNC_toggle_extra_keys_button') .classList.remove('noVNC_hidden'); } + UI.setMouseButton(1); //has it's own logic for hiding/showing }, updateLogging: function() { -- 2.39.2