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

Unified Diff: chrome/browser/resources/settings/people_page/manage_profile.html

Issue 2586113002: MD Settings: ignore modified key events in the profile avatar grid (Closed)
Patch Set: closure Created 4 years 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
Index: chrome/browser/resources/settings/people_page/manage_profile.html
diff --git a/chrome/browser/resources/settings/people_page/manage_profile.html b/chrome/browser/resources/settings/people_page/manage_profile.html
index e78622a970948cd634f9b8ce216fda87050bf20b..f0f4e78785627cb96134a25b00e0eb432fd03e20 100644
--- a/chrome/browser/resources/settings/people_page/manage_profile.html
+++ b/chrome/browser/resources/settings/people_page/manage_profile.html
@@ -33,7 +33,7 @@
</template>
<cr-profile-avatar-selector id="selector" avatars="[[availableIcons]]"
selected-avatar-url="{{profileIconUrl}}"
- on-iron-activate="onIconActivate_">
+ on-iron-activate="onIconActivate_" ignore-modified-key-events>
</cr-profile-avatar-selector>
</template>
<script src="manage_profile.js"></script>

Powered by Google App Engine
This is Rietveld 408576698