From e7fa686f329c3fb9e391387e0fdf28de1241f4a0 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 1 May 2020 15:34:14 +0200 Subject: Fix indentation for focus check --- app/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui.js b/app/ui.js index 8be8afb..32b6e98 100644 --- a/app/ui.js +++ b/app/ui.js @@ -520,7 +520,7 @@ const UI = { idleControlbar() { // Don't fade if a child of the control bar has focus if (document.getElementById('noVNC_control_bar') - .contains(document.activeElement) && document.hasFocus()) { + .contains(document.activeElement) && document.hasFocus()) { UI.activateControlbar(); return; } -- cgit v1.2.1