mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53: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 |         // Send clipboard data if menu is hidden | ||||||
|         if (!menuShown && menuShownPreviousState) |         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 |         // Disable client keyboard if the menu is shown | ||||||
|         $scope.client.clientProperties.keyboardEnabled = !menuShown; |         $scope.client.clientProperties.keyboardEnabled = !menuShown; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user