diff --git a/source/Ox.UI/js/List/List.js b/source/Ox.UI/js/List/List.js index cc6b9627..4ab0cdb2 100644 --- a/source/Ox.UI/js/List/List.js +++ b/source/Ox.UI/js/List/List.js @@ -357,7 +357,7 @@ Ox.List = function(options, self) { self.$items[pos].addClass('OxSelected'); } } else { - // allow for 'cursor navigation' if orientation is 'both' + // allow for 'cursor navigation' within selection self.selected.splice(self.selected.indexOf(pos), 1); self.selected.unshift(pos); }