Skip to content

Commit e7fa686

Browse files
committed
Fix indentation for focus check
1 parent 8df281c commit e7fa686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ const UI = {
520520
idleControlbar() {
521521
// Don't fade if a child of the control bar has focus
522522
if (document.getElementById('noVNC_control_bar')
523-
.contains(document.activeElement) && document.hasFocus()) {
523+
.contains(document.activeElement) && document.hasFocus()) {
524524
UI.activateControlbar();
525525
return;
526526
}

0 commit comments

Comments
 (0)