Fix indentation for focus check

This commit is contained in:
Samuel Mannehed 2020-05-01 15:34:14 +02:00
parent 8df281cce6
commit e7fa686f32
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}