Index: chrome/browser/resources/shared/js/cr/ui/list_single_selection_model.js |
=================================================================== |
--- chrome/browser/resources/shared/js/cr/ui/list_single_selection_model.js (revision 106036) |
+++ chrome/browser/resources/shared/js/cr/ui/list_single_selection_model.js (working copy) |
@@ -52,7 +52,8 @@ |
if (i != oldSelectedIndex) { |
this.beginChange(); |
- this.selectedIndex_ = i |
+ this.selectedIndex_ = i; |
+ this.leadIndex_ = this.anchorIndex_ = i; |
this.endChange(); |
} |
}, |