mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 14:11:21 +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.hideTouchClipboard = function() {
|
||||||
|
GuacamoleUI.touchClipboard.blur();
|
||||||
GuacamoleUI.containers.touchClipboard.style.visibility = "hidden";
|
GuacamoleUI.containers.touchClipboard.style.visibility = "hidden";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user