mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-11-03 18:43:22 +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