update comment
This commit is contained in:
parent
382f9fce79
commit
ca22ed9c8a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue