Skip to content

Commit c98f72a

Browse files
committed
Address comments
1 parent e39eb24 commit c98f72a

File tree

1 file changed

+0
-4
lines changed
  • systemvm/agent/noVNC/app

1 file changed

+0
-4
lines changed

systemvm/agent/noVNC/app/ui.js

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

17761776
// Release all currently pressed modifier keys
17771777
_releaseAllModifierKeys() {
1778-
if (!UI.rfb) {
1779-
return false;
1780-
}
17811778

17821779
let keysReleased = false;
17831780

@@ -1790,7 +1787,6 @@ const UI = {
17901787
return keysReleased;
17911788
},
17921789

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

0 commit comments

Comments
 (0)