Skip to content

Commit e05b970

Browse files
committed
Address comments
1 parent e39eb24 commit e05b970

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • systemvm/agent/noVNC/app

systemvm/agent/noVNC/app/ui.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,10 +1775,6 @@ const UI = {
17751775

17761776
// Release all currently pressed modifier keys
17771777
_releaseAllModifierKeys() {
1778-
if (!UI.rfb) {
1779-
return false;
1780-
}
1781-
17821778
let keysReleased = false;
17831779

17841780
// Release all modifier keys
@@ -1790,7 +1786,6 @@ const UI = {
17901786
return keysReleased;
17911787
},
17921788

1793-
17941789
// Move focus to the screen in order to be able to use the
17951790
// keyboard right after these extra keys.
17961791
// The exception is when a virtual keyboard is used, because

0 commit comments

Comments
 (0)