jmuehlner commented on code in PR #942: URL: https://github.com/apache/guacamole-client/pull/942#discussion_r1451053131
########## guacamole/src/main/frontend/src/app/client/templates/client.html: ########## @@ -47,7 +47,7 @@ <!-- Menu --> <div class="menu" ng-class="{open: menu.shown}" id="guac-menu"> - <div class="menu-content" ng-if="menu.shown" guac-touch-drag="menuDrag"> + <div class="menu-content" guac-touch-drag="menuDrag"> Review Comment: Ok, I can't reproduce the issue described in GUACAMOLE-352 now, at https://github.com/apache/guacamole-client/commit/9065b497c2333b6034a490ccfe41d36e91d21e5b, or https://github.com/apache/guacamole-client/commit/9065b497c2333b6034a490ccfe41d36e91d21e5b with the `ng-if` removed. Any other ideas? -- 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