mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
Fix show/hide of OSK.
This commit is contained in:
@@ -104,6 +104,13 @@ GuacUI.StateManager = new (function() {
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Returns the current visible state.
|
||||
*/
|
||||
this.getState = function() {
|
||||
return current_state;
|
||||
};
|
||||
|
||||
})();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user