Skip to content

Commit

Permalink
Fix indentation for focus check
Browse files Browse the repository at this point in the history
  • Loading branch information
samhed committed May 1, 2020
1 parent 8df281c commit e7fa686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e7fa686

Please sign in to comment.