mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-963: Fix clipboard.
This commit is contained in:
		| @@ -337,7 +337,7 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams | ||||
|          | ||||
|         // Send clipboard data if menu is hidden | ||||
|         if (!menuShown && menuShownPreviousState) | ||||
|             $scope.$broadcast('guacClipboard', 'text/plain', $scope.clipboardData);  | ||||
|             $scope.$broadcast('guacClipboard', 'text/plain', $scope.client.clipboardData);  | ||||
|          | ||||
|         // Disable client keyboard if the menu is shown | ||||
|         $scope.client.clientProperties.keyboardEnabled = !menuShown; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user