mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +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...
|
// on a nested level -> go up one level...
|
||||||
: (p = this.parentOf()) && p !== this ?
|
: (p = this.parentOf()) && p !== this ?
|
||||||
this.focus(p)
|
this.focus(p)
|
||||||
// prev...
|
// top-level -> prev on top-level...
|
||||||
//: this.focus('first')
|
: this.focus(this.get('prev', {skipNested: true}))
|
||||||
: this.prev()
|
|
||||||
},
|
},
|
||||||
// XXX check if there are elements to the right...
|
// XXX check if there are elements to the right...
|
||||||
right: function(){
|
right: function(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user