diff --git a/polygerrit-ui/app/behaviors/keyboard-shortcut-behavior.html b/polygerrit-ui/app/behaviors/keyboard-shortcut-behavior.html index 17734975f2..4250ce2c8a 100644 --- a/polygerrit-ui/app/behaviors/keyboard-shortcut-behavior.html +++ b/polygerrit-ui/app/behaviors/keyboard-shortcut-behavior.html @@ -56,7 +56,8 @@ limitations under the License. target.tagName == 'TEXTAREA' || target.tagName == 'SELECT' || target.tagName == 'BUTTON' || - target.tagName == 'A'; + target.tagName == 'A' || + target.tagName == 'GR-BUTTON'; }, }; diff --git a/polygerrit-ui/app/elements/gr-account-dropdown.html b/polygerrit-ui/app/elements/gr-account-dropdown.html index 887cb0c67c..99850f6790 100644 --- a/polygerrit-ui/app/elements/gr-account-dropdown.html +++ b/polygerrit-ui/app/elements/gr-account-dropdown.html @@ -16,6 +16,7 @@ limitations under the License. +