We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39eb24 commit e05b970Copy full SHA for e05b970
1 file changed
systemvm/agent/noVNC/app/ui.js
@@ -1775,10 +1775,6 @@ const UI = {
1775
1776
// Release all currently pressed modifier keys
1777
_releaseAllModifierKeys() {
1778
- if (!UI.rfb) {
1779
- return false;
1780
- }
1781
-
1782
let keysReleased = false;
1783
1784
// Release all modifier keys
@@ -1790,7 +1786,6 @@ const UI = {
1790
1786
return keysReleased;
1791
1787
},
1792
1788
1793
1794
1789
// Move focus to the screen in order to be able to use the
1795
// keyboard right after these extra keys.
1796
// The exception is when a virtual keyboard is used, because
0 commit comments