mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-978 use $evalAsync instead of $apply to avoid digest in progress error.
This commit is contained in:
@@ -353,7 +353,7 @@ angular.module('client').directive('guacClient', [function guacClient() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$scope.$apply(updateDisplayScale);
|
$scope.$evalAsync(updateDisplayScale);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user