Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(785)

Unified Diff: ui/login/account_picker/md_user_pod_row.js

Issue 2916973002: Fix two container issues for new login screen (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/chromeos/login/md_login_shared.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/md_user_pod_row.js
diff --git a/ui/login/account_picker/md_user_pod_row.js b/ui/login/account_picker/md_user_pod_row.js
index 5ba328648f4bae1226037de08777696ba2f37e2e..9316cc931a299b731f63e48e9cd9d8a8a425e98e 100644
--- a/ui/login/account_picker/md_user_pod_row.js
+++ b/ui/login/account_picker/md_user_pod_row.js
@@ -3122,6 +3122,7 @@ cr.define('login', function() {
this.activatedPod_ = undefined;
this.lastFocusedPod_ = undefined;
this.mainPod_ = undefined;
+ this.smallPodsContainer.innerHTML = '';
// Switch off animation
Oobe.getInstance().toggleClass('flying-pods', false);
« no previous file with comments | « chrome/browser/resources/chromeos/login/md_login_shared.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698