mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-1170: Resize events might be evaluated synchronously (Firefox).
This commit is contained in:
		| @@ -83,7 +83,7 @@ angular.module('element').directive('guacResize', ['$document', function guacRes | ||||
|  | ||||
|                     // Call resize callback, if defined | ||||
|                     if (guacResize) { | ||||
|                         $scope.$apply(function elementSizeChanged() { | ||||
|                         $scope.$evalAsync(function elementSizeChanged() { | ||||
|                             guacResize(element.offsetWidth, element.offsetHeight); | ||||
|                         }); | ||||
|                     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user