mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1523: Merge resync ONLY local clipboard to internal clipboard.
This commit is contained in:
@@ -615,7 +615,7 @@ angular.module('clipboard').factory('clipboardService', ['$injector',
|
||||
* components like the "guacClient" directive.
|
||||
*/
|
||||
service.resyncClipboard = function resyncClipboard() {
|
||||
service.getClipboard().then(function clipboardRead(data) {
|
||||
getLocalClipboard().then(function clipboardRead(data) {
|
||||
return service.setClipboard(data);
|
||||
}, angular.noop);
|
||||
};
|
||||
|
Reference in New Issue
Block a user