Skip to content

Commit 831f861

Browse files
committed
Correct a comment
1 parent b495706 commit 831f861

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: javascript/atoms/device.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,9 @@ bot.Device.prototype.maybeToggleOption = function() {
611611
return;
612612
}
613613

614-
// TODO: in a multiselect, clicking an option without the shift key down
615-
// should deselect all other selected options.
614+
// TODO: In a multiselect, clicking an option without the ctrl key down
615+
// should deselect all other selected options. Right now multiselect click
616+
// works as ctrl+click should (and unit tests written so that they pass).
616617

617618
this.element_.selected = !wasSelected;
618619
// Only WebKit fires the change event itself and only for multi-selects,

0 commit comments

Comments
 (0)