mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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
|
||||
$rootScope.$broadcast('guacClipboard', data);
|
||||
|
||||
// Attempt to set local clipboard with received data
|
||||
clipboardService.setLocalClipboard(data);
|
||||
|
||||
});
|
||||
|
||||
// Track pressed keys
|
||||
|
Reference in New Issue
Block a user