nausharipov commented on code in PR #17638:
URL: https://github.com/apache/beam/pull/17638#discussion_r878308172


##########
website/www/site/assets/js/language-switch-v2.js:
##########
@@ -89,7 +104,11 @@ $(document).ready(function() {
                 $("." + _self.wrapper + " ul li").click(function(el) {
                     // Making type preferences presistance, for user.
                     localStorage.setItem(_self.dbKey, $(this).data("type"));
+
+                    // Set scroll to new position because Safari and Firefox 
can't do it automatically, only Chrome under the good detects the correct 
position of viewport

Review Comment:
   a typo: "Chrome under the good"



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