We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b495706 commit 831f861Copy full SHA for 831f861
javascript/atoms/device.js
@@ -611,8 +611,9 @@ bot.Device.prototype.maybeToggleOption = function() {
611
return;
612
}
613
614
- // TODO: in a multiselect, clicking an option without the shift key down
615
- // should deselect all other selected options.
+ // TODO: In a multiselect, clicking an option without the ctrl key down
+ // should deselect all other selected options. Right now multiselect click
616
+ // works as ctrl+click should (and unit tests written so that they pass).
617
618
this.element_.selected = !wasSelected;
619
// Only WebKit fires the change event itself and only for multi-selects,
0 commit comments