We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df281c commit e7fa686Copy full SHA for e7fa686
app/ui.js
@@ -520,7 +520,7 @@ const UI = {
520
idleControlbar() {
521
// Don't fade if a child of the control bar has focus
522
if (document.getElementById('noVNC_control_bar')
523
- .contains(document.activeElement) && document.hasFocus()) {
+ .contains(document.activeElement) && document.hasFocus()) {
524
UI.activateControlbar();
525
return;
526
}
0 commit comments