| Index: ui/login/account_picker/user_pod_row.js
|
| diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js
|
| index d4fd53a524e08184975591c09a676f8f5b18ab97..a79a5d86d5ef21095627e8ff72822f4346992a79 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -2937,6 +2937,8 @@ cr.define('login', function() {
|
|
|
| // Return focus back to single pod.
|
| if (this.alwaysFocusSinglePod && !pod) {
|
| + if ($('login-header-bar').contains(e.target))
|
| + return;
|
| this.focusPod(this.focusedPod_, true /* force */);
|
| this.focusedPod_.userTypeBubbleElement.classList.remove('bubble-shown');
|
| this.focusedPod_.isActionBoxMenuHovered = false;
|
|
|