mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Send clipboard update after blur.
This commit is contained in:
@@ -402,6 +402,7 @@ GuacamoleRootUI.settings.disable_sound.onclick = function() {
|
|||||||
* Update clipboard contents when changed
|
* Update clipboard contents when changed
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
window.onblur =
|
||||||
GuacamoleRootUI.fields.clipboard.onchange = function() {
|
GuacamoleRootUI.fields.clipboard.onchange = function() {
|
||||||
|
|
||||||
GuacamoleRootUI.session_state.setProperty(
|
GuacamoleRootUI.session_state.setProperty(
|
||||||
|
Reference in New Issue
Block a user