mike-jumper commented on pull request #616: URL: https://github.com/apache/guacamole-client/pull/616#issuecomment-853442318
OK - I've gone through the [AngularJX 1.6 -> 1.7 migration guide](https://docs.angularjs.org/guide/migration#migrating-from-1-6-to-1-7) and the only applicable change is with the ngTouch module (angular-touch). We used to use this module to remove the ~300ms click delay on touch devices, but the new version ngTouch no longer does this. This should still be OK - as noted in the migration guide, modern browsers and even IE10+ no longer apply that delay. With that no longer being an issue, and with support for working around the issue gone, there's no need to include ngTouch as a dependency. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
