mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Blur touch clipboard on clipboard hide (fixes #142).
This commit is contained in:
@@ -164,6 +164,7 @@ var GuacamoleUI = {
|
||||
};
|
||||
|
||||
GuacamoleUI.hideTouchClipboard = function() {
|
||||
GuacamoleUI.touchClipboard.blur();
|
||||
GuacamoleUI.containers.touchClipboard.style.visibility = "hidden";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user