jmuehlner commented on code in PR #938:
URL: https://github.com/apache/guacamole-client/pull/938#discussion_r1439943358


##########
guacamole/src/main/frontend/src/app/client/directives/guacTiledClients.js:
##########
@@ -92,6 +92,11 @@ angular.module('client').directive('guacTiledClients', 
[function guacTiledClient
             $scope.$emit('guacClientFocused', focusedClient);
         });
 
+        // Notify whenever arguments of currently-focused client changes
+        $scope.$watch('getFocusedClient().arguments', function 
focusedClientParametersChanged() {

Review Comment:
   Updated to use a different event entirely.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to