mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-55: Attempt to set local clipboard with received data.
This commit is contained in:
@@ -238,6 +238,9 @@ angular.module('clipboard').directive('guacClipboard', ['$injector',
|
|||||||
// Notify of change
|
// Notify of change
|
||||||
$rootScope.$broadcast('guacClipboard', data);
|
$rootScope.$broadcast('guacClipboard', data);
|
||||||
|
|
||||||
|
// Attempt to set local clipboard with received data
|
||||||
|
clipboardService.setLocalClipboard(data);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Track pressed keys
|
// Track pressed keys
|
||||||
|
Reference in New Issue
Block a user