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


##########
guacamole/src/main/frontend/src/app/manage/controllers/manageConnectionController.js:
##########
@@ -318,6 +318,7 @@ 
angular.module('manage').controller('manageConnectionController', ['$scope', '$i
      */
     $scope.cloneConnection = function cloneConnection() {
         $location.path('/manage/' + 
encodeURIComponent($scope.selectedDataSource) + '/connections').search('clone', 
identifier);
+        $window.scrollTo(0,0);

Review Comment:
   Doesn't the $window service need to be injected for this to work? I don't 
see it in this file.



-- 
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]

Reply via email to