bbennett-ks commented on code in PR #1155:
URL: https://github.com/apache/guacamole-client/pull/1155#discussion_r2756211501
##########
guacamole/src/main/frontend/src/app/index/controllers/indexController.js:
##########
@@ -183,6 +183,11 @@ angular.module('index').controller('indexController',
['$scope', '$injector',
var keyboard = new Guacamole.Keyboard($document[0]);
keyboard.listenTo(sink.getElement());
+ // Resolve deferred Meta key events on mouse click to enable Cmd+Click
+ $scope.$on('guacBeforeClientMouseDown', function(event, mouseEvent,
client) {
Review Comment:
Will unused argument (client) cause lint errors?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]