mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaked navigation...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7e35bd48d9
commit
74ad368a30
@ -3914,9 +3914,8 @@ var BrowserPrototype = {
|
||||
// on a nested level -> go up one level...
|
||||
: (p = this.parentOf()) && p !== this ?
|
||||
this.focus(p)
|
||||
// prev...
|
||||
//: this.focus('first')
|
||||
: this.prev()
|
||||
// top-level -> prev on top-level...
|
||||
: this.focus(this.get('prev', {skipNested: true}))
|
||||
},
|
||||
// XXX check if there are elements to the right...
|
||||
right: function(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user